Skip to content

Commit

Permalink
docker: Remove buildx init/install (#1134)
Browse files Browse the repository at this point in the history
The buildx version provided with latest docker is more than enough to
has the features needed by the project. This change remove the install
and initialization to reduce complexity and versions missalignments.

Signed-off-by: Enrique Llorente <ellorent@redhat.com>

Signed-off-by: Enrique Llorente <ellorent@redhat.com>
  • Loading branch information
qinqon authored Jan 13, 2023
1 parent b5b3da8 commit 4bb0cd0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
2 changes: 0 additions & 2 deletions hack/build-push-container.docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ if [ "$SKIP_IMAGE_BUILD" == "true" ]; then
exit 0
fi

hack/init-buildx.sh

ARCHS=${ARCHS:-$(go env GOARCH)}
PLATFORM=""

Expand Down
41 changes: 0 additions & 41 deletions hack/init-buildx.sh

This file was deleted.

0 comments on commit 4bb0cd0

Please sign in to comment.