From 6fdec8869786d6984252825d5216ed026786c1cf Mon Sep 17 00:00:00 2001 From: Jason Swank Date: Wed, 1 May 2024 14:30:00 -0400 Subject: [PATCH] support multi-arch build --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index bdfd507..5b76778 100644 --- a/justfile +++ b/justfile @@ -11,7 +11,7 @@ registry_pass_var := "REGISTRY_PASSWORD" # build a new image build flags="": - podman build -t {{image}}:{{tag}} {{flags}} -f Dockerfile ctx + podman build --platform linux/amd64,linux/arm64 -t {{image}}:{{tag}} {{flags}} -f Dockerfile ctx # publish the image publish alt_tag=tag: