We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ef1de commit 4ad6c25Copy full SHA for 4ad6c25
.github/workflows/test.yml
@@ -32,10 +32,9 @@ jobs:
32
- arch: s390x
33
platform: linux/s390x
34
image: alpine:latest
35
- # Blocked by https://github.com/tonistiigi/binfmt/issues/133
36
- # - arch: loongarch64
37
- # platform: linux/loong64
38
- # image: registry.alpinelinux.org/alpine:latest
+ - arch: loongarch64
+ platform: linux/loong64
+ image: registry.alpinelinux.org/img/alpine:latest
39
40
steps:
41
- name: Checkout
0 commit comments