mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
Static Link musl for Linux Native Image build
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user