chore: switch to multiarch Docker image
This commit is contained in:
parent
1cca0d46de
commit
5b6782df13
2 changed files with 76 additions and 15 deletions
6
Justfile
Normal file
6
Justfile
Normal 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 .
|
||||
Loading…
Add table
Add a link
Reference in a new issue