Skip to content

Commit

Permalink
Use additional platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-g authored Oct 29, 2024
1 parent 4c3ad1e commit f27565a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/chopper/meta.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f27565a

Please sign in to comment.