File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -13,32 +13,20 @@ jobs:
1313 include :
1414 - arch : x86
1515 platform : linux/386
16- image : alpine:latest
1716 - arch : x86_64
1817 platform : linux/amd64
19- image : alpine:latest
20- # Blocked by https://github.com/tonistiigi/binfmt/issues/280
21- # - arch: ppc
22- # platform: linux/ppc
23- # image: adelielinux/adelie:latest
2418 - arch : ppc64le
2519 platform : linux/ppc64le
26- image : alpine:latest
2720 - arch : arm
2821 platform : linux/arm/v7
29- image : alpine:latest
3022 - arch : aarch64
3123 platform : linux/arm64
32- image : alpine:latest
3324 - arch : riscv64
3425 platform : linux/riscv64
35- image : alpine:latest
3626 - arch : s390x
3727 platform : linux/s390x
38- image : alpine:latest
3928 - arch : loongarch64
4029 platform : linux/loong64
41- image : registry.alpinelinux.org/img/alpine:latest
4230
4331 steps :
4432 - name : Checkout
5543 --platform=${{matrix.platform}} \
5644 -v "$PWD:/work" \
5745 -w /work \
58- ${{matrix.image}} \
46+ registry.alpinelinux.org/img/alpine:latest \
5947 sh -lc '
6048 apk add build-base
6149 make check ARCH=${{matrix.arch}}
You can’t perform that action at this time.
0 commit comments