chore: switch to multiarch Docker image

This commit is contained in:
Jef Roosens 2025-07-06 12:48:54 +02:00
parent 1cca0d46de
commit 5b6782df13
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
2 changed files with 76 additions and 15 deletions

6
Justfile Normal file
View file

@ -0,0 +1,6 @@
# Build the multi-arch release OCI image and push it to the registry
push-release-image:
docker buildx build \
--platform linux/amd64,linux/arm64 \
-t chewingbever/site:latest \
--push .