Skip to content

Commit fac4db6

Browse files
committed
build: add linux arm64 binary to release builds
Adds aarch64-unknown-linux-gnu target using GitHub's native ARM64 runner. Closes #13.
1 parent fe8873f commit fac4db6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ jobs:
6262
- name: linux-amd64
6363
runner: ubuntu-latest
6464
target: x86_64-unknown-linux-gnu
65+
- name: linux-arm64
66+
runner: ubuntu-24.04-arm
67+
target: aarch64-unknown-linux-gnu
6568
# == Windows == #
6669
- name: win-amd64
6770
runner: windows-latest

0 commit comments

Comments
 (0)