From 34568292c101056717ca6742661f59995bbe0ae1 Mon Sep 17 00:00:00 2001 From: ivar Date: Mon, 6 Oct 2025 13:26:35 +0200 Subject: 12 --- build_and_push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_and_push.sh') diff --git a/build_and_push.sh b/build_and_push.sh index 94b40cc..7935718 100755 --- a/build_and_push.sh +++ b/build_and_push.sh @@ -62,7 +62,7 @@ fi echo "Building podman image" echo -podman build -t $IMAGE_NAME:$NEW_VERSION . +podman build --arch=linux/amd64 -t $IMAGE_NAME:$NEW_VERSION . podman tag $IMAGE_NAME:$NEW_VERSION $HUB_NAME:$NEW_VERSION -- cgit v1.3