Skip to content

Commit c57049a

Browse files
committed
feat: release linux arm64 binaries
Adds aarch64-unknown-linux-gnu to the release build matrix on the arm64 hosted runner; release archives now cover five targets.
1 parent 9fe65cc commit c57049a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
settings:
3131
- host: ubuntu-latest
3232
target: x86_64-unknown-linux-gnu
33+
- host: ubuntu-24.04-arm
34+
target: aarch64-unknown-linux-gnu
3335
- host: macos-latest
3436
target: x86_64-apple-darwin
3537
- host: macos-latest

0 commit comments

Comments
 (0)