Skip to content

Commit

Permalink
build: Build binaries for Linux AArch64
Browse files Browse the repository at this point in the history
GitHub added new runners with ARM processors, and we are able to easily
build binaries for AArch64 that way!
  • Loading branch information
kjarosh committed Jan 17, 2025
1 parent 5111a3f commit 5b6938e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
- build_name: linux-x86_64
os: ubuntu-24.04

- build_name: linux-aarch64
os: ubuntu-24.04-arm

# Mac does two Rust builds to make a universal binary
- build_name: macos-x86_64
os: macos-14
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
rust_version: [stable]
os: [ubuntu-24.04, windows-latest, macos-14]
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-latest, macos-14]
include:
- rust_version: nightly
os: ubuntu-24.04
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
strategy:
matrix:
rust_version: [stable]
os: [ubuntu-24.04, windows-latest, macos-14]
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-latest, macos-14]
include:
- rust_version: nightly
os: ubuntu-24.04
Expand Down

0 comments on commit 5b6938e

Please sign in to comment.