Skip to content

Commit 2ee7d2a

Browse files
authored
fix(raiko): add build flags to docker image build script (#379)
1 parent 00e2374 commit 2ee7d2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/publish-image.sh

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ docker buildx build ./ \
1818
--load \
1919
--platform linux/amd64 \
2020
-t raiko:$tag \
21+
$build_flags \
2122
--build-arg TARGETPLATFORM=linux/amd64 \
2223
--progress=plain
2324

0 commit comments

Comments
 (0)