Skip to content

Commit

Permalink
fix(raiko): add build flags to docker image build script
Browse files Browse the repository at this point in the history
  • Loading branch information
johntaiko committed Sep 23, 2024
1 parent 00e2374 commit 2e07405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/publish-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ docker buildx build ./ \
--load \
--platform linux/amd64 \
-t raiko:$tag \
$build_flags \
--build-arg TARGETPLATFORM=linux/amd64 \
--progress=plain

Expand Down

0 comments on commit 2e07405

Please sign in to comment.