File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
41
41
arch :
42
42
- x64
43
43
- aarch64
44
- runs-on : ubuntu-latest
44
+ runs-on : ubuntu-24.04
45
45
steps :
46
46
- name : Checkout Sources
47
47
uses : actions/checkout@v1
48
48
49
49
# Only aarch64 needs this, but it doesn't hurt anything
50
50
- name : Install qemu/docker
51
- run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
51
+ run : docker run --privileged --rm tonistiigi/binfmt --install aarch64
52
52
53
53
- run : echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u $GITHUB_ACTOR --password-stdin
54
54
- run : docker pull docker.pkg.github.com/$GITHUB_REPOSITORY/build-cache-no-buildkit || true
Original file line number Diff line number Diff line change 31
31
32
32
# Only aarch64 needs this, but it doesn't hurt anything
33
33
- name : Install qemu/docker
34
- run : docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
34
+ run : docker run --privileged --rm tonistiigi/binfmt --install aarch64
35
35
36
36
- run : echo ${{ secrets.GITHUB_TOKEN }} | docker login docker.pkg.github.com -u $GITHUB_ACTOR --password-stdin
37
37
- run : docker pull docker.pkg.github.com/$GITHUB_REPOSITORY/build-cache-no-buildkit || true
You can’t perform that action at this time.
0 commit comments