Skip to content

Commit

Permalink
extension: Remove docker buildx
Browse files Browse the repository at this point in the history
Signed-off-by: Eryk Szpotanski <[email protected]>
  • Loading branch information
eszpotanski committed Aug 21, 2024
1 parent 8baafbc commit d0f549f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions extension.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ _default_tag = tag_class(
)

def _orfs_dependencies():
maybe(
http_file,
name = "com_github_docker_buildx_file",
executable = True,
sha256 = "8d486f0088b7407a90ad675525ba4a17d0a537741b9b33fe3391a88cafa2dd0b",
urls = ["https://github.com/docker/buildx/releases/download/v0.15.1/buildx-v0.15.1.linux-amd64"],
)

maybe(
http_archive,
name = "com_github_nixos_patchelf_download",
Expand Down

0 comments on commit d0f549f

Please sign in to comment.