Skip to content

Commit da85770

Browse files
committed
issue 201 - Fix building native static executable image
1 parent 2ca2c29 commit da85770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-native-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
components: 'native-image'
6060
github-token: ${{ secrets.GITHUB_TOKEN }}
6161
- name: Build native image on Linux
62-
run: native-image --enable-url-protocols=https --static -H:+ReportExceptionStackTraces -jar astra-cli-*.jar astra-cli-linux
62+
run: native-image --enable-url-protocols=https -H:+ReportExceptionStackTraces -jar astra-cli-*.jar astra-cli-linux
6363
if: runner.os == 'Linux'
6464
- name: Build native image on Mac OS X
6565
run: native-image --enable-url-protocols=https -H:+ReportExceptionStackTraces -jar astra-cli-*.jar astra-cli-macos

0 commit comments

Comments
 (0)