Skip to content

Commit f45b8dd

Browse files
committed
Add arm64 to the OS matrix for testing the devcontainer
1 parent e14bd48 commit f45b8dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ on:
1010
jobs:
1111
build_devcontainer:
1212
name: Build and test (Devcontainer)
13-
runs-on: ubuntu-latest
13+
strategy:
14+
fail-fast: false
15+
matrix:
16+
os: [ubuntu-latest, ubuntu-24.04-arm]
17+
runs-on: ${{ matrix.os }}
1418
env:
1519
TAG: cpython-devcontainer:1.0.0-${{ github.run_id }}
1620
steps:

0 commit comments

Comments
 (0)