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 69ebce5 commit 735e360Copy full SHA for 735e360
Makefile
@@ -57,10 +57,6 @@ corrosion-multiarch-image-push:
57
ucind-image:
58
docker build -t "$(UCIND_IMAGE)" --target ucind .
59
60
-.PHONY: ucind-image-push
61
-ucind-image-push: ucind-image
62
- docker push "$(UCIND_IMAGE)"
63
-
64
.PHONY: ucind-multiarch-image-push
65
ucind-multiarch-image-push:
66
docker buildx build --push --platform linux/amd64,linux/arm64 -t "$(UCIND_IMAGE)" --target ucind .
0 commit comments