Skip to content

Commit 743165d

Browse files
FedeDPpoiana
authored andcommitted
chore(ci): switch to github provided arm64 runners.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
1 parent 6997939 commit 743165d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable_build_push_images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929

3030
jobs:
3131
build-images:
32-
runs-on: ${{ (inputs.arch == 'arm64' && 'github-arm64-2c-8gb') || 'ubuntu-latest' }}
32+
runs-on: ${{ (inputs.arch == 'arm64' && 'ubuntu-22.04-arm') || 'ubuntu-22.04' }}
3333
env:
3434
GIT_BRANCH: ${{ inputs.branch }}
3535
GIT_TAG: ${{ inputs.tag }}

.github/workflows/reusable_build_test_driverkit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build-test:
1212
# See https://github.com/actions/runner/issues/409#issuecomment-1158849936
13-
runs-on: ${{ (inputs.arch == 'arm64' && 'github-arm64-2c-8gb') || 'ubuntu-latest' }}
13+
runs-on: ${{ (inputs.arch == 'arm64' && 'ubuntu-22.04-arm') || 'ubuntu-22.04' }}
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4.2.2

0 commit comments

Comments
 (0)