File tree 1 file changed +9
-3
lines changed 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ profiles {
181
181
apptainer. enabled = false
182
182
}
183
183
docker {
184
- includeConfig ' conf/containers/containers_docker_amd64.config'
184
+ // includeConfig 'conf/containers/containers_docker_amd64.config'
185
185
docker. enabled = true
186
186
conda. enabled = false
187
187
singularity. enabled = false
@@ -259,8 +259,14 @@ profiles {
259
259
}
260
260
}
261
261
// ARM Related Profiles
262
- apple {
263
- docker. runOptions = ' -u $(id -u):$(id -g) --platform=linux/amd64'
262
+ arm {
263
+ process. arch = ' arm64'
264
+ // wave profile
265
+ apptainer. ociAutoPull = true
266
+ singularity. ociAutoPull = true
267
+ wave. enabled = true
268
+ wave. freeze = true
269
+ wave. strategy = ' conda,container'
264
270
}
265
271
docker_arm {
266
272
includeConfig ' conf/containers/containers_docker_arm64.config'
You can’t perform that action at this time.
0 commit comments