Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf45b8dd

Browse files
committed
Add arm64 to the OS matrix for testing the devcontainer
1 parente14bd48 commitf45b8dd

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)

[8]ページ先頭

©2009-2025 Movatter.jp