Skip to content

Commit 2fccd86

Browse files
committed
disable arm64 e2e tests
1 parent 1e21db8 commit 2fccd86

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: .github/workflows/e2e.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,7 @@ concurrency:
1414

1515
jobs:
1616
regular-path:
17-
strategy:
18-
matrix:
19-
include:
20-
- arch: amd64
21-
runner: ubuntu-latest
22-
- arch: arm64
23-
runner: github-hosted-ubuntu-arm64
24-
runs-on: ${{ matrix.runner }}
17+
runs-on: ubuntu-latest
2518
steps:
2619
- name: Checkout code
2720
uses: actions/checkout@v4

0 commit comments

Comments
 (0)