We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9593acb commit 1edcb39Copy full SHA for 1edcb39
.github/workflows/arm.yml
@@ -28,14 +28,14 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
- run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
31
- - uses: docker://multiarch/ubuntu-core:arm64-focal
+ - uses: docker://multiarch/ubuntu-core:s390x-focal
32
with:
33
args: >
34
bash -c
35
"
36
- ls
+ make
37
38
- - run: ls
+ # - run: s
39
# - uses: actions/checkout@v3
40
# with:
41
# repository: 'neovim/neovim'
0 commit comments