From 94482f169667392d463b5863cf86910efaa9aad6 Mon Sep 17 00:00:00 2001 From: Konstantin Kostov Date: Sun, 10 Nov 2024 15:25:33 +0100 Subject: [PATCH] update build --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e20a97..9fc9251 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,8 @@ build: @docker build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) . publish: - @docker image push code.headbright.be/konstantin/iamkonstantin:$(VERSION) + # something to try: --provenance=false + @docker buildx build -t code.headbright.be/konstantin/iamkonstantin:$(VERSION) --platform linux/arm64 --push . bump: @bash ./bump_version.sh upgrade: build publish \ No newline at end of file