Skip to content

Commit 8ea604c

Browse files
committed
fixup: quick update, squash later
1 parent 4c38446 commit 8ea604c

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Diff for: .github/workflows/arm.yml

+11-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,18 @@ jobs:
2525
runs-on: ubuntu-20.04
2626
env:
2727
CC: clang
28-
container:
29-
image: multiarch/ubuntu-core:arm64-focal
30-
# options: --privileged # Privileged mode is needed to load fuse module.
3128
steps:
29+
- run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
30+
- uses: docker://multiarch/ubuntu-core:s390x-focal
31+
with:
32+
# Docker runs the command as root, but we want the build/test to run
33+
# as non-root so permissions based tests run correctly
34+
args: >
35+
bash -c
36+
"
37+
ls
38+
"
39+
- run: ls
3240
# - uses: actions/checkout@v3
3341
# with:
3442
# repository: 'neovim/neovim'

0 commit comments

Comments
 (0)