Skip to content

Commit f44664e

Browse files
authored
Merge pull request #961 from charles-cooper/add-arm64-linux-release
ci: add arm64-linux release build
2 parents 1f02fd8 + 5e37e20 commit f44664e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- os: "ubuntu-latest"
2323
suffix: "x86_64-linux"
2424

25+
- os: "ubuntu-24.04-arm"
26+
suffix: "arm64-linux"
27+
2528
name: Build binary on ${{ matrix.os }}
2629
runs-on: ${{ matrix.os }}
2730
steps:
@@ -69,6 +72,7 @@ jobs:
6972
./hevm-x86_64-linux
7073
./hevm-x86_64-macos
7174
./hevm-arm64-macos
75+
./hevm-arm64-linux
7276
- name: prepare hackage artifacts
7377
run: |
7478
# cabal complains if we don't do this...

0 commit comments

Comments
 (0)