8000 .github: Add ARM64 CI and deployment · python/cpython-devcontainers@35b72d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 35b72d9

Browse files
committed
.github: Add ARM64 CI and deployment
1 parent d970886 commit 35b72d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
autoconf_version: ["2.71", "2.72"]
34-
runs-on: ubuntu-latest
34+
os: [ubuntu-latest, ubuntu-24.04-arm]
35+
runs-on: ${{ matrix.os }}
3536
env:
3637
TAG: autoconf:${{ matrix.autoconf_version }}-${{ github.run_id }}
3738
steps:

0 commit comments

Comments
 (0)
0