From f27565a95c007409c8a8e8423bef813fee6acd0e Mon Sep 17 00:00:00 2001 From: Martin Grigorov Date: Tue, 29 Oct 2024 12:20:30 +0200 Subject: [PATCH] Use additional platforms --- recipes/chopper/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/chopper/meta.yaml b/recipes/chopper/meta.yaml index 7462cec5ea392..8b70f65ffe5d3 100644 --- a/recipes/chopper/meta.yaml +++ b/recipes/chopper/meta.yaml @@ -8,11 +8,6 @@ build: number: 1 run_exports: - {{ pin_subpackage('chopper', max_pin="x.x") }} - skip: false # [not (linux-64 or osx)] - platforms: - - linux-64 - - osx-64 - - osx-arm64 source: url: https://github.com/wdecoster/chopper/archive/v{{ version }}.tar.gz @@ -48,3 +43,8 @@ about: doc_url: https://github.com/wdecoster/chopper#readme notes: | includes native support for Apple Silicon (M1/M2/M3) processors + +extra: + additional-platforms: + - linux-aarch64 + - osx-arm64