Skip to content

Commit 67d836f

Browse files
committed
refactor: remove redundant arm64_CI profile
The arm64_CI profile was functionally identical to the main arm64 profile. The arm64 profile already provides proper ARM64 architecture support with Wave containers, making the separate CI profile unnecessary. Any CI workflows using arm64_CI should switch to the main arm64 profile.
1 parent fb275a5 commit 67d836f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/config/nf-test.config

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@ profiles {
4646
emulate_amd64 {
4747
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/amd64'
4848
}
49-
arm64_CI {
50-
// https://www.nextflow.io/docs/latest/reference/process.html#arch
51-
docker.runOptions = '-u $(id -u):$(id -g) --platform=linux/arm64'
52-
process {
53-
arch = 'arm64'
54-
}
55-
}
5649
singularity {
5750
singularity.enabled = true
5851
singularity.autoMounts = true

0 commit comments

Comments
 (0)