From e7b1dce94626cbee4cbdb517b9941aa913a5f98e Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sun, 3 Nov 2024 17:04:52 +0900 Subject: [PATCH] Build Docker image for RISC-V (#419) --- tools/docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker.sh b/tools/docker.sh index 29b7509..dfd02b9 100755 --- a/tools/docker.sh +++ b/tools/docker.sh @@ -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 \ .