From 58e125e5d2f1b568e0340149584e1673ed0220da Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Thu, 17 Oct 2024 13:56:27 +0300 Subject: [PATCH] genbank: add aarch64/arm64 builds Signed-off-by: Martin Tzvetanov Grigorov --- recipes/genbank/meta.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/genbank/meta.yaml b/recipes/genbank/meta.yaml index 7a12156f3b495..2f7c8af7c4caf 100644 --- a/recipes/genbank/meta.yaml +++ b/recipes/genbank/meta.yaml @@ -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") }} @@ -35,3 +34,8 @@ about: license: GPL-3.0-or-later license_family: GPL3 license_file: LICENSE + +extra: + additional-platforms: + - linux-aarch64 + - osx-arm64