We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b31668c commit 9593acbCopy full SHA for 9593acb
.github/workflows/arm.yml
@@ -26,14 +26,10 @@ jobs:
26
env:
27
CC: clang
28
steps:
29
- - uses: actions/checkout@v3
30
- # with:
31
- # repository: 'neovim/neovim'
+ - uses: actions/checkout@v4
32
- run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
33
- - uses: docker://multiarch/ubuntu-core:s390x-focal
+ - uses: docker://multiarch/ubuntu-core:arm64-focal
34
with:
35
- # Docker runs the command as root, but we want the build/test to run
36
- # as non-root so permissions based tests run correctly
37
args: >
38
bash -c
39
"
0 commit comments