Skip to content

Commit dd128b5

Browse files
authored
cicd: switch to arm runners for linux-aarch64 (#437)
1 parent 584af66 commit dd128b5

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/lib-build-and-push.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
was_added=1
4242
elif [[ "${target}" == "linux-aarch64" ]]; then
4343
[ -n "$was_added" ] && echo -n "," >> /tmp/matrix.json
44-
echo -n '{"os":"ubuntu-20.04", "target": "linux-aarch64"}' >> /tmp/matrix.json
44+
echo -n '{"os":"ubuntu-24.04-arm", "target": "linux-aarch64"}' >> /tmp/matrix.json
4545
was_added=1
4646
elif [[ "${target}" == "windows" ]]; then
4747
[ -n "$was_added" ] && echo -n "," >> /tmp/matrix.json
@@ -93,13 +93,6 @@ jobs:
9393
run: |
9494
choco install openssl --version=3.4.1 -f -y --no-progress
9595
96-
- name: Set up QEMU
97-
if: matrix.target == 'linux-aarch64'
98-
uses: docker/setup-qemu-action@v3
99-
with:
100-
platforms: all
101-
image: 'docker.io/tonistiigi/binfmt:desktop-v8.1.5'
102-
10396
- name: Install Conan
10497
if: runner.os == 'Windows'
10598
uses: turtlebrowser/get-conan@main

0 commit comments

Comments
 (0)