Skip to content

Commit

Permalink
fix: remove arm64 buildkit builders
Browse files Browse the repository at this point in the history
This should only affect Drone.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed May 2, 2024
1 parent 4f18d0f commit f60c695
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
9 changes: 0 additions & 9 deletions hack/scripts/setup-buildx-amd64-arm64

This file was deleted.

7 changes: 0 additions & 7 deletions hack/scripts/setup-ci
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ function setup_buildkit() {
--config /usr/local/bin/buildkit.toml \
--use unix:///var/outer-run/docker.sock

docker buildx create \
--name ci --buildkitd-flags "--allow-insecure-entitlement security.insecure" --driver-opt image=${BUILDKIT_IMAGE} \
--platform linux/arm64 \
--config /usr/local/bin/buildkit.toml \
--append \
tcp://docker-arm64.ci.svc:2376

docker buildx inspect --bootstrap
}

Expand Down

0 comments on commit f60c695

Please sign in to comment.