We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ca2c29 + da85770 commit 7cd151bCopy full SHA for 7cd151b
.github/workflows/cli-native-images.yml
@@ -59,7 +59,7 @@ jobs:
59
components: 'native-image'
60
github-token: ${{ secrets.GITHUB_TOKEN }}
61
- name: Build native image on Linux
62
- run: native-image --enable-url-protocols=https --static -H:+ReportExceptionStackTraces -jar astra-cli-*.jar astra-cli-linux
+ run: native-image --enable-url-protocols=https -H:+ReportExceptionStackTraces -jar astra-cli-*.jar astra-cli-linux
63
if: runner.os == 'Linux'
64
- name: Build native image on Mac OS X
65
run: native-image --enable-url-protocols=https -H:+ReportExceptionStackTraces -jar astra-cli-*.jar astra-cli-macos
0 commit comments