Skip to content

Commit

Permalink
no docker for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Jul 1, 2024
1 parent 2c30e1e commit 51bbdc7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,15 @@ jobs: # a basic unit of work in a run
source /opt/mambaforge/etc/profile.d/mamba.sh
mamba activate bioconda
# Use SDK with arm64 support
source common.sh
bioconda-utils build recipes config.yml \
--lint --docker --mulled-test \
--docker-base-image "quay.io/bioconda/bioconda-utils-build-env-cos7-$(arch):${BIOCONDA_UTILS_TAG#v}" \
--git-range origin/master HEAD
if [[ "$platform" == "Darwin" ]]; then
bioconda-utils build recipes config.yml \
--lint --git-range origin/master HEAD
else
bioconda-utils build recipes config.yml \
--lint --docker --mulled-test \
--docker-base-image "quay.io/bioconda/bioconda-utils-build-env-cos7-$(arch):${BIOCONDA_UTILS_TAG#v}" \
--git-range origin/master HEAD
fi
- run:
name: Prepare artifacts
Expand Down

0 comments on commit 51bbdc7

Please sign in to comment.