This repository was archived by the owner on Jan 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
java-version : ${{ matrix.jdk-version }}
63
63
github-token : ${{ secrets.GITHUB_TOKEN }}
64
64
- name : Build native image on Linux
65
- run : native-image --enable-url-protocols=https --libc=musl -jar nubesgen-cli-*.jar nubesgen-cli-linux
65
+ run : native-image --enable-url-protocols=https --static -- libc=musl -jar nubesgen-cli-*.jar nubesgen-cli-linux
66
66
if : runner.os == 'Linux'
67
67
- name : Build native image on Mac OS X (Intel x64)
68
68
run : native-image --enable-url-protocols=https -jar nubesgen-cli-*.jar nubesgen-cli-macos
Original file line number Diff line number Diff line change 53
53
java-version : ' 23'
54
54
github-token : ${{ secrets.GITHUB_TOKEN }}
55
55
- name : Build native image on Linux
56
- run : native-image --enable-url-protocols=https --libc=musl -jar nubesgen-cli-*.jar nubesgen-cli-linux
56
+ run : native-image --enable-url-protocols=https --static --libc=musl -jar nubesgen-cli-*.jar nubesgen-cli-linux
57
57
if : runner.os == 'Linux'
58
58
- name : Build native image on Mac OS X
59
59
run : native-image --enable-url-protocols=https -jar nubesgen-cli-*.jar nubesgen-cli-macos
You can’t perform that action at this time.
0 commit comments