Skip to content

Commit

Permalink
Add alpine dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Dec 6, 2024
1 parent 13ceb6a commit 1d2b80f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/alpine_x86_64_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: Build release binary
id: release
run: |
git config --global --add safe.directory /__w/sentry/sentry
echo "ASSERT_NAME=${{env.ASSERT_NAME}}" >> $GITHUB_OUTPUT
shards build --production --progress --no-debug -Dstrict_multi_assign -Dno_number_autocast ${{env.BUILD_ARGS}}
tar zcvf ${{env.ASSERT_NAME}} ${{env.BINARY_NAME}} LICENSE
Expand Down

0 comments on commit 1d2b80f

Please sign in to comment.