Skip to content

Commit

Permalink
ci: wip, try GHA arm runners
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Sakhnov <[email protected]>
  • Loading branch information
mikhail-sakhnov committed Nov 21, 2024
1 parent d7c5f87 commit 9ba29b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
# run tests on amd64 only, since scope of the PR is to build images, there is separate issue for e2e tests
arch: [ arm64 ]

runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', matrix.arch == 'arm64' && 'large-arm64' || 'large')) }}
runs-on: ${{ fromJson(format('["self-hosted", "{0}"]', matrix.arch == 'arm64' && 'gha-ubuntu-22.04-16cores-arm' || 'large')) }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 9ba29b1

Please sign in to comment.