We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a330def + d1ec762 commit 86ed97fCopy full SHA for 86ed97f
build/pause/Makefile
@@ -86,7 +86,7 @@ bin/$(BIN)-$(ARCH): $(SRCS)
86
87
container: .container-$(ARCH)
88
.container-$(ARCH): bin/$(BIN)-$(ARCH)
89
- docker build --pull -t $(IMAGE_WITH_ARCH):$(TAG) --build-arg ARCH=$(ARCH) .
+ DOCKER_CLI_EXPERIMENTAL=enabled docker buildx build --pull --platform linux/$(ARCH) -t $(IMAGE_WITH_ARCH):$(TAG) --build-arg ARCH=$(ARCH) .
90
touch $@
91
92
push: .push-$(ARCH)
0 commit comments