Skip to content

Commit

Permalink
feat(ci): enable aarch64 builds for Nextclade (#1318)
Browse files Browse the repository at this point in the history
* feat(ci): enable aarch64 builds for Nextclade

* Use nextclade 3.3.1
  • Loading branch information
corneliusroemer committed Mar 10, 2024
1 parent e3b341e commit 9d9985f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/preprocessing-nextclade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ on:

env:
DOCKER_IMAGE_NAME: ghcr.io/loculus-project/preprocessing-nextclade
# BUILD_ARM: ${{ github.ref == 'refs/heads/main' || github.event.inputs.build_arm }} # Uncomment once nextclade in bioconda aarch64
BUILD_ARM: ${{ github.event.inputs.build_arm }}
BUILD_ARM: ${{ github.ref == 'refs/heads/main' || github.event.inputs.build_arm }}

concurrency:
group: ci-${{ github.ref == 'refs/heads/main' && github.run_id || github.ref }}-preprocessing-nextclade
Expand Down
4 changes: 2 additions & 2 deletions preprocessing/nextclade/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ channels:
dependencies:
- python=3.12
- biopython=1.83
- nextclade=3.2.1
- nextclade=3.3.1
- PyYAML
- requests=2.31
- pyjwt=2.8
- pip
- pip

0 comments on commit 9d9985f

Please sign in to comment.