Skip to content

Commit

Permalink
without dev works too
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Nov 2, 2024
1 parent 2205b95 commit 64b79c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bundle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source script/setup-env $@

echo -e "🔨 ${BLUE}building in ${PURPLE}release${BLUE} mode${OFF}"

docker run --rm -it -v $(pwd):/workspace -w /workspace crystallang/crystal:1.14-dev-alpine \
docker run --rm -it -v $(pwd):/workspace -w /workspace crystallang/crystal:1.14-alpine \
shards build --production --release --progress --debug --error-trace --static

mv bin/github-action bin/github-action-linux-amd64
Expand Down

0 comments on commit 64b79c2

Please sign in to comment.