Skip to content

Commit

Permalink
Add linux arm64 runner (#92)
Browse files Browse the repository at this point in the history
* added linux arm64 runner

Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan authored Feb 5, 2025
1 parent 41aa8cd commit 8fde313
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest-large, macos-latest-xlarge, windows-latest]
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest-large, macos-latest-xlarge, windows-latest]
include:
- os: ubuntu-latest
fatjar: true
Expand Down
5 changes: 5 additions & 0 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ distributions:
platform: linux-x86_64
extraProperties:
graalVMNativeImage: true
- path: "nativeCompile-ubuntu-24.04-arm/wave"
transform: "wave-{{projectEffectiveVersion}}-linux-arm64"
platform: linux-aarch_64
extraProperties:
graalVMNativeImage: true
- path: "nativeCompile-windows-latest/wave.exe"
transform: "wave-{{projectEffectiveVersion}}-windows-x86_64.exe"
platform: windows-x86_64
Expand Down

0 comments on commit 8fde313

Please sign in to comment.