Skip to content

Commit

Permalink
genbank: add aarch64/arm64 builds (#51448)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g authored Oct 17, 2024
1 parent b81a9fe commit b072084
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipes/genbank/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ source:
sha256: f37d0d1ca680bda68d03385cc0ce966b9023cbf54a1c9a71213b730013882a5f

build:
number: 0
skip: True # [py < 36]
number: 1
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation
run_exports:
- {{ pin_subpackage('genbank', max_pin="x.x") }}
Expand All @@ -35,3 +34,8 @@ about:
license: GPL-3.0-or-later
license_family: GPL3
license_file: LICENSE

extra:
additional-platforms:
- linux-aarch64
- osx-arm64

0 comments on commit b072084

Please sign in to comment.