File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export GOPATH GOBIN GO111MODULE DOCKER_CLI_EXPERIMENTAL
43
43
# Output type of docker buildx build
44
44
OUTPUT_TYPE ?= registry
45
45
46
- ALL_ARCH.linux = amd64 arm64
46
+ ALL_ARCH.linux = amd64 # arm64
47
47
ALL_OS_ARCH = $(foreach arch, ${ALL_ARCH.linux}, linux-$(arch ) )
48
48
49
49
all : blob
@@ -119,7 +119,7 @@ ifeq ($(CLOUD), AzureStackCloud)
119
119
docker run --privileged --name buildx_buildkit_container-builder0 -d --mount type=bind,src=/etc/ssl/certs,dst=/etc/ssl/certs moby/buildkit:latest || true
120
120
endif
121
121
# enable qemu for arm64 build
122
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
122
+ # docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
123
123
for arch in $(ALL_ARCH.linux); do \
124
124
ARCH=$${arch} $(MAKE) blob; \
125
125
ARCH=$${arch} $(MAKE) container-linux; \
You can’t perform that action at this time.
0 commit comments