Skip to content

Commit c774b07

Browse files
committed
fixup: quick update, squash later
1 parent db89ac3 commit c774b07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/arm.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ env:
2222

2323
jobs:
2424
linux:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
28-
- run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
29-
- uses: docker://multiarch/ubuntu-core:arm64-focal
28+
- run: docker run --rm --privileged --platform=linux/arm64 multiarch/qemu-user-static:register --reset
29+
- uses: ubuntu:latest
3030
with:
3131
args: >
3232
bash -c

0 commit comments

Comments
 (0)