Static Link musl for Linux Native Image build

This commit is contained in:
friendseeker
2024-10-23 01:42:22 -07:00
parent 87792c2e7e
commit d340ff916e
2 changed files with 8 additions and 3 deletions
+6
View File
@@ -82,6 +82,12 @@ jobs:
repository: sbt/zinc
ref: 1.10.x
path: zinc
- uses: graalvm/setup-graalvm@v1
with:
java-version: '23'
native-image-musl: 'true'
set-java-home: 'false'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup JDK
uses: actions/setup-java@v4
with: