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.
1 parent 7c1dfd1 commit d1ec762Copy full SHA for d1ec762
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