Skip to content

Commit

Permalink
Try other platforms in Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe committed Nov 3, 2024
1 parent e7b1dce commit 51f271e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

for tag in latest $(git tag --points-at | sed s/^v//); do
docker buildx build \
--platform linux/amd64,linux/arm64,linux/riscv64 \
--platform linux/386,linux/amd64,linux/arm,linux/arm64,windows/amd64 \
--tag raviqqe/muffet:$tag \
--push \
.
Expand Down

0 comments on commit 51f271e

Please sign in to comment.