diff --git a/Makefile b/Makefile index d728589..bcb9467 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,9 @@ build: push: docker push code.whiteblossom.xyz/infra/node-external-ip-controller:latest +build-n-push: + docker buildx build --platform=linux/amd64,linux/arm64 -t code.whiteblossom.xyz/infra/node-external-ip-controller:latest --push -f node-external-ip-controller.Dockerfile . --push + builder: docker buildx create \ --name container-builder \