Skip to content

Commit a8c8cf2

Browse files
committed
Run oci-arm64 on ARM runners
1 parent 1886cae commit a8c8cf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/oci-arm64-make.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
cancel-in-progress: true
2424
jobs:
2525
build-package-generic-unix:
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-24.04-arm
2727
outputs:
2828
authorized: ${{ steps.authorized.outputs.authorized }}
2929
steps:
@@ -57,7 +57,7 @@ jobs:
5757

5858
build:
5959
needs: build-package-generic-unix
60-
runs-on: ubuntu-latest
60+
runs-on: ubuntu-24.04-arm
6161
if: ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'
6262
strategy:
6363
fail-fast: false
@@ -131,7 +131,7 @@ jobs:
131131
merge:
132132
needs:
133133
- build
134-
runs-on: ubuntu-latest
134+
runs-on: ubuntu-24.04-arm
135135
if: ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'
136136
steps:
137137
- name: Download digests
@@ -170,7 +170,7 @@ jobs:
170170
- build-package-generic-unix
171171
- build
172172
- merge
173-
runs-on: ubuntu-latest
173+
runs-on: ubuntu-24.04-arm
174174
steps:
175175
- name: SUMMARY
176176
run: |

0 commit comments

Comments
 (0)