We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff0b07 commit df5fb4cCopy full SHA for df5fb4c
build/build-docker-image.sh
@@ -12,7 +12,7 @@ docker buildx build \
12
-t "$TAG_PREFIX:latest" \
13
-t "$TAG_PREFIX:$VERSION" \
14
-f ./build-docker-image-dockerfile \
15
- --platform linux/amd64,linux/386,linux/arm64,linux/arm/v7 \
+ --platform linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/riscv64 \
16
--push \
17
--build-arg GOOS=linux \
18
--build-arg GOARCH=amd64 \
0 commit comments