Skip to content

Commit

Permalink
build: build both amd64 and arm64 arches for container (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams authored Jan 13, 2025
1 parent fb7eafd commit d6b4d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/bin/build-images
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
. $(dirname $0)/prelude.bash

tag=${TAG:-$(git describe --tags --abbrev=0)}
platform=${PLATFORM:-linux/arm64} # prod is always arm64
platform=${PLATFORM:-linux/amd64,linux/arm64}

if [[ -n $GHCR_TOKEN ]]; then
echo $GHCR_TOKEN | docker login ghcr.io -u userame-is-ignored --password-stdin
Expand Down

0 comments on commit d6b4d0f

Please sign in to comment.