Skip to content

Commit d3ac3f3

Browse files
thewtexhjmjohnson
authored andcommitted
ENH: Test Linux ARM in CI
GitHub Actions Linux ARM runners are now available for free for open source projects. https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
1 parent 5be898b commit d3ac3f3

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ITK.macOS.Arm64
1+
name: ITK.Arm64
22

33
on:
44
push:
@@ -32,9 +32,18 @@ env:
3232
CMakeVersion: "4.0.1"
3333

3434
jobs:
35-
build:
36-
runs-on: ${{ matrix.os }}
37-
timeout-minutes: 0
35+
python:
36+
runs-on: ${{ matrix.os }}
37+
timeout-minutes: 0
38+
strategy:
39+
matrix:
40+
os: [ubuntu-24.04-arm, macos-14]
41+
steps:
42+
- name: Checkout
43+
uses: actions/checkout@v4
44+
with:
45+
fetch-depth: 5
46+
clean: true
3847

3948
strategy:
4049
fail-fast: false

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ITK: The Insight Toolkit
1717
| Azure Pipelines | macOS | [![Build Status](https://dev.azure.com/itkrobotmacos/ITK.macOS/_apis/build/status/ITK.macOS?branchName=main)](https://dev.azure.com/itkrobotmacos/ITK.macOS/_build/latest?definitionId=2&branchName=main) | [![Build Status](https://dev.azure.com/itkrobotmacospython/ITK.macOS.Python/_apis/build/status/ITK.macOS.Python?branchName=main)](https://dev.azure.com/itkrobotmacospython/ITK.macOS.Python/_build/latest?definitionId=2&branchName=main) |
1818
| GitHub Actions | Linux, Windows, macOS | [![ITK.Pixi](https://github.com/InsightSoftwareConsortium/ITK/actions/workflows/pixi.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/ITK/actions/workflows/pixi.yml) | |
1919
| GitHub Actions | macOS (Apple Silicon)| [![ITK.macOS.Arm64](https://github.com/InsightSoftwareConsortium/ITK/actions/workflows/macos-arm.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/ITK/actions/workflows/macos-arm.yml)| |
20+
| GitHub Actions | Linux, macOS ARM64| [![ITK.Arm64](https://github.com/InsightSoftwareConsortium/ITK/actions/workflows/arm.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/ITK/actions/workflows/arm.yml)| |
2021
| Azure Pipelines | Linux (Code coverage)| [![Build Status](https://dev.azure.com/itkrobotbatch/ITK.Coverage/_apis/build/status/ITK.Coverage?branchName=main)](https://dev.azure.com/itkrobotbatch/ITK.Coverage/_build/latest?definitionId=3&branchName=main) | |
2122

2223
Links

0 commit comments

Comments
 (0)