Skip to content

Commit

Permalink
Build Docker image for RISC-V (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Nov 3, 2024
1 parent 726091e commit e7b1dce
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 \
--platform linux/amd64,linux/arm64,linux/riscv64 \
--tag raviqqe/muffet:$tag \
--push \
.
Expand Down

0 comments on commit e7b1dce

Please sign in to comment.