Skip to content

Commit

Permalink
Add AArch64 CI build using GHA ARM Linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Jan 17, 2025
1 parent fe8de4f commit 13b5307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ auto addrs_all = gmlc::netif::getInterfaceAddressesAll(); // Get all addresses (
| FreeBSD | x86_64 | [![Build Status](http://api.cirrus-ci.com/github/GMLC-TDC/netif.svg?task=freebsd)](https://cirrus-ci.com/github/GMLC-TDC/netif) |
| Linux (Alpine) | AArch64 | [![Build Status](http://api.cirrus-ci.com/github/GMLC-TDC/netif.svg?task=arm64)](https://cirrus-ci.com/github/GMLC-TDC/netif) |
| Linux (Ubuntu) | x86_64 | [![CI](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml/badge.svg)](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml) |
| Linux (Ubuntu) | AArch64 | [![CI](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml/badge.svg)](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml) |
| macOS | ARM64 | [![CI](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml/badge.svg)](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml) |
| Windows 10 | x86_64 | [![CI](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml/badge.svg)](https://github.com/GMLC-TDC/netif/actions/workflows/build.yml) |

Expand Down

0 comments on commit 13b5307

Please sign in to comment.