File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 85
85
INTERFACE64 : ' 1'
86
86
MB_ML_LIBC : musllinux
87
87
MB_ML_VER : _1_2
88
+ - os : ubuntu-latest
89
+ PLAT : loongarch64
90
+ INTERFACE64 : ' 0'
91
+ MB_ML_VER : _2_38
92
+ - os : ubuntu-latest
93
+ PLAT : loongarch64
94
+ INTERFACE64 : ' 1'
95
+ MB_ML_VER : _2_38
88
96
89
97
exclude :
90
98
- PLAT : i686
@@ -119,12 +127,17 @@ jobs:
119
127
with :
120
128
xcode-version : ' 14.3'
121
129
122
- - name : Allow docker with qemu
130
+ - name : Allow docker with qemu on aarch64
123
131
if : ${{ matrix.PLAT == 'aarch64' }}
124
132
run : |
125
133
sudo apt-get update -q -y
126
134
sudo apt-get -qq install -y qemu qemu-user-static
127
135
sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes --credential yes
136
+
137
+ - name : Allow docker with qemu on loongarch64
138
+ if : ${{ matrix.PLAT == 'loongarch64' }}
139
+ run : |
140
+ sudo docker run --rm --privileged ghcr.io/loong64/qemu-user-static --reset -p yes --credential yes
128
141
129
142
- name : Print some Environment variable
130
143
run : |
You can’t perform that action at this time.
0 commit comments