Skip to content

Commit

Permalink
ci: add Linux arm64 builds (#1487)
Browse files Browse the repository at this point in the history
## Summary

Add arm64 linux builds.

## Details

GitHub recently opened up arm64 Linux machines for free, so taking this
opportunity to start offering arm64 Linux builds.

All that was being done here was adding a new entry to the CI matrix.
The output is based on an Ubuntu 22.04 runtime, and as such will /not/
run on Android or non-GNU systems.

Ref:

https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
  • Loading branch information
alaviss authored Jan 18, 2025
1 parent 80c46ad commit 4ffe999
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
"name": "macOS (M1)",
"runner": "macos-14"
},
{
"name": "Linux (AArch64)",
"runner": "ubuntu-22.04-arm"
},
{
"name": "Windows",
"runner": "windows-2022",
Expand Down

0 comments on commit 4ffe999

Please sign in to comment.