mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
try generating a correct M1/M2 mac build with jlink in Github Actions
This commit is contained in:
parent
1bb32e514c
commit
bcc2f836f4
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -44,8 +44,18 @@ jobs:
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'liberica'
|
||||
architecture: x64
|
||||
cache: 'gradle'
|
||||
- run: ./gradlew test mac --info
|
||||
- run: ./gradlew test macX86 --info
|
||||
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'liberica'
|
||||
architecture: aarch64
|
||||
cache: 'gradle'
|
||||
- run: ./gradlew test macArm64 --info
|
||||
|
||||
env:
|
||||
APPLE_USER: ${{ secrets.APPLE_USER }}
|
||||
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user