Skip to content

Commit 05dde4d

Browse files
authored
Merge pull request #1143 from openmina/dw/update-ubuntu-arm64
CI: remove usage of ubuntu arm64
2 parents 6d88b70 + a5f6caa commit 05dde4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/docker-heartbeats-processor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- platform: linux/amd64
1919
runs-on: ubuntu-latest
2020
- platform: linux/arm64
21-
runs-on: ubuntu-arm64
21+
runs-on: ubuntu-24.04-arm
2222
runs-on: ${{ matrix.arch.runs-on }}
2323
steps:
2424
- name: Prepare

.github/workflows/docker.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- platform: linux/amd64
2424
runs-on: ubuntu-latest
2525
- platform: linux/arm64
26-
runs-on: ubuntu-arm64
26+
runs-on: ubuntu-24.04-arm
2727
runs-on: ${{ matrix.arch.runs-on }}
2828
steps:
2929
- name: Prepare
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Git checkout
3535
uses: actions/checkout@v3
36-
36+
3737
# This is needed so that we can get the current version with vergen
3838
- name: Fetch tag for current commit
3939
run: |
@@ -125,7 +125,7 @@ jobs:
125125
- platform: linux/amd64
126126
runs-on: ubuntu-latest
127127
- platform: linux/arm64
128-
runs-on: ubuntu-arm64
128+
runs-on: ubuntu-24.04-arm
129129
configuration:
130130
- build_configuration: production
131131
runs-on: ${{ matrix.arch.runs-on }}

0 commit comments

Comments
 (0)