Skip to content

Commit

Permalink
squash
Browse files Browse the repository at this point in the history
  • Loading branch information
msmygit committed Jan 8, 2025
1 parent 983bc06 commit 46c41b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli-native-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build native image on Linux
run: native-image --enable-url-protocols=https --static --libc=musl -H:+ReportExceptionStackTraces -jar astra-cli-*.jar astra-cli-linux
run: native-image --enable-url-protocols=https --static-nolibc -H:+ReportExceptionStackTraces -jar astra-cli-*.jar astra-cli-linux
if: runner.os == 'Linux'
- name: Build native image on Mac OS X
run: native-image --enable-url-protocols=https -H:+ReportExceptionStackTraces -jar astra-cli-*.jar astra-cli-macos
Expand Down

0 comments on commit 46c41b4

Please sign in to comment.