Skip to content

Commit 4ad6c25

Browse files
committed
github: add loongarch64 CI
1 parent 91ef1de commit 4ad6c25

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ jobs:
3232
- arch: s390x
3333
platform: linux/s390x
3434
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
35+
- arch: loongarch64
36+
platform: linux/loong64
37+
image: registry.alpinelinux.org/img/alpine:latest
3938

4039
steps:
4140
- name: Checkout

0 commit comments

Comments
 (0)