Skip to content

Commit 8fde313

Browse files
Add linux arm64 runner (#92)
* added linux arm64 runner Signed-off-by: munishchouhan <[email protected]>
1 parent 41aa8cd commit 8fde313

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [ubuntu-latest, macos-latest-large, macos-latest-xlarge, windows-latest]
23+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest-large, macos-latest-xlarge, windows-latest]
2424
include:
2525
- os: ubuntu-latest
2626
fatjar: true

jreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ distributions:
8585
platform: linux-x86_64
8686
extraProperties:
8787
graalVMNativeImage: true
88+
- path: "nativeCompile-ubuntu-24.04-arm/wave"
89+
transform: "wave-{{projectEffectiveVersion}}-linux-arm64"
90+
platform: linux-aarch_64
91+
extraProperties:
92+
graalVMNativeImage: true
8893
- path: "nativeCompile-windows-latest/wave.exe"
8994
transform: "wave-{{projectEffectiveVersion}}-windows-x86_64.exe"
9095
platform: windows-x86_64

0 commit comments

Comments
 (0)