Skip to content

Commit 276507f

Browse files
committed
E2E テストのプラットフォームに Ubuntu 22.04 と Ubuntu 24.04 の ARM バージョンを追加する
1 parent cce35e7 commit 276507f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/e2e-test.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,18 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
platform:
18-
- name: ubuntu-22.04_x86_64
19-
platform-name: ubuntu-22.04_x86_64
20-
runs-on: ubuntu-22.04
2118
- name: ubuntu-24.04_x86_64
2219
platform-name: ubuntu-24.04_x86_64
2320
runs-on: ubuntu-24.04
21+
- name: ubuntu-22.04_x86_64
22+
platform-name: ubuntu-22.04_x86_64
23+
runs-on: ubuntu-22.04
24+
- name: ubuntu-24.04_armv8
25+
platform-name: ubuntu-24.04_armv8
26+
runs-on: ubuntu-24.04-arm
27+
- name: ubuntu-22.04_armv8
28+
platform-name: ubuntu-22.04_armv8
29+
runs-on: ubuntu-22.04-arm
2430
- name: macos_arm64
2531
platform-name: macos_arm64
2632
runs-on: macos-14

0 commit comments

Comments
 (0)