We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00e2374 commit 2ee7d2aCopy full SHA for 2ee7d2a
script/publish-image.sh
@@ -18,6 +18,7 @@ docker buildx build ./ \
18
--load \
19
--platform linux/amd64 \
20
-t raiko:$tag \
21
+ $build_flags \
22
--build-arg TARGETPLATFORM=linux/amd64 \
23
--progress=plain
24
0 commit comments