Skip to content

Commit

Permalink
Build for AMD and ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Nov 4, 2024
1 parent 5299461 commit a503403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/container-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.metadata.outputs.tags }}
labels: ${{ steps.metadata.outputs.labels }}
8 changes: 2 additions & 6 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ workflow SAMPLESHEET_SPLIT {

process synapse_get {

conda "bioconda::synapseclient=2.6.0"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/synapseclient:2.6.0--pyh5e36f6f_0' :
'quay.io/biocontainers/synapseclient:2.6.0--pyh5e36f6f_0' }"
container "ghcr.io/ncihtan/nf-imagecleaner"

tag "${meta.entityid}"

Expand All @@ -65,8 +62,7 @@ process synapse_get {
}

process cds_upload {
conda "bioconda::awscli=1.18.69"
container "local-aws-cli-v2"
container "ghcr.io/ncihtan/nf-imagecleaner"

tag "${meta.entityid}"

Expand Down

0 comments on commit a503403

Please sign in to comment.