File tree 1 file changed +7
-13
lines changed
1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -57,30 +57,30 @@ jobs:
57
57
MB_ML_VER : _1_2
58
58
59
59
60
- - os : ubuntu-latest
60
+ - os : ubuntu-24.04-arm
61
61
PLAT : aarch64
62
62
INTERFACE64 : ' 0'
63
63
MB_ML_VER : ' 2014'
64
- - os : ubuntu-latest
64
+ - os : ubuntu-24.04-arm
65
65
PLAT : aarch64
66
66
INTERFACE64 : ' 1'
67
67
MB_ML_VER : ' 2014'
68
- - os : ubuntu-latest
68
+ - os : ubuntu-24.04-arm
69
69
PLAT : aarch64
70
70
INTERFACE64 : ' 0'
71
71
MB_ML_LIBC : musllinux
72
72
MB_ML_VER : _1_1
73
- - os : ubuntu-latest
73
+ - os : ubuntu-24.04-arm
74
74
PLAT : aarch64
75
75
INTERFACE64 : ' 1'
76
76
MB_ML_LIBC : musllinux
77
77
MB_ML_VER : _1_1
78
- - os : ubuntu-latest
78
+ - os : ubuntu-24.04-arm
79
79
PLAT : aarch64
80
80
INTERFACE64 : ' 0'
81
81
MB_ML_LIBC : musllinux
82
82
MB_ML_VER : _1_2
83
- - os : ubuntu-latest
83
+ - os : ubuntu-24.04-arm
84
84
PLAT : aarch64
85
85
INTERFACE64 : ' 1'
86
86
MB_ML_LIBC : musllinux
@@ -119,13 +119,6 @@ jobs:
119
119
with :
120
120
xcode-version : ' 14.3'
121
121
122
- - name : Allow docker with qemu
123
- if : ${{ matrix.PLAT == 'aarch64' }}
124
- run : |
125
- sudo apt-get update -q -y
126
- sudo apt-get -qq install -y qemu qemu-user-static
127
- sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes --credential yes
128
-
129
122
- name : Print some Environment variable
130
123
run : |
131
124
echo "PLAT: ${PLAT}"
@@ -189,6 +182,7 @@ jobs:
189
182
190
183
-
uses :
conda-incubator/[email protected]
191
184
with :
185
+ architecture : ${{ env.PLAT == 'aarch64' && 'aarch64' || '' }}
192
186
channels : conda-forge
193
187
channel-priority : true
194
188
activate-environment : upload
You can’t perform that action at this time.
0 commit comments