Skip to content

Commit 7cd151b

Browse files
authored
Merge pull request #202 from datastax/fix/gha_issue_201
#201 - Fix building native static executable image
2 parents 2ca2c29 + da85770 commit 7cd151b

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)