We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce35e7 commit 276507fCopy full SHA for 276507f
.github/workflows/e2e-test.yml
@@ -15,12 +15,18 @@ jobs:
15
fail-fast: false
16
matrix:
17
platform:
18
- - name: ubuntu-22.04_x86_64
19
- platform-name: ubuntu-22.04_x86_64
20
- runs-on: ubuntu-22.04
21
- name: ubuntu-24.04_x86_64
22
platform-name: ubuntu-24.04_x86_64
23
runs-on: ubuntu-24.04
+ - name: ubuntu-22.04_x86_64
+ platform-name: ubuntu-22.04_x86_64
+ 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
30
- name: macos_arm64
31
platform-name: macos_arm64
32
runs-on: macos-14
0 commit comments