Skip to content

Commit

Permalink
build: Set strategy to dockerfile, conda then container
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 17, 2023
1 parent 93df795 commit 76b2b3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/config/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if ("$PROFILE" == "singularity") {
singularity.enabled = true
singularity.autoMounts = true
wave.enabled = true
wave.strategy = ['dockerfile', 'conda', 'container']
} else if ("$PROFILE" == "conda") {
conda.enabled = true
} else if ("$PROFILE" == "mamba") {
Expand All @@ -30,6 +31,7 @@ if ("$PROFILE" == "singularity") {
docker.fixOwnership = true
docker.runOptions = '--platform=linux/amd64 -u $(id -u):$(id -g)'
wave.enabled = true
wave.strategy = ['dockerfile', 'conda', 'container']
}

docker.registry = 'quay.io'
Expand Down

0 comments on commit 76b2b3a

Please sign in to comment.