Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit 182de3a

Browse files
committed
add --static back on Linux
1 parent cc4e6c2 commit 182de3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cli-continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
java-version: ${{ matrix.jdk-version }}
6363
github-token: ${{ secrets.GITHUB_TOKEN }}
6464
- 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
6666
if: runner.os == 'Linux'
6767
- name: Build native image on Mac OS X (Intel x64)
6868
run: native-image --enable-url-protocols=https -jar nubesgen-cli-*.jar nubesgen-cli-macos

.github/workflows/cli-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
java-version: '23'
5454
github-token: ${{ secrets.GITHUB_TOKEN }}
5555
- 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
5757
if: runner.os == 'Linux'
5858
- name: Build native image on Mac OS X
5959
run: native-image --enable-url-protocols=https -jar nubesgen-cli-*.jar nubesgen-cli-macos

0 commit comments

Comments
 (0)