Skip to content

Commit

Permalink
Add linux-aarch64 build for seqkit (#46620)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Mar 20, 2024
1 parent f33f400 commit 7b4c411
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion recipes/seqkit/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ source:
url: https://github.com/shenwei356/seqkit/releases/download/v{{ version }}/seqkit_linux_amd64.tar.gz # [linux]
md5: d53457672a8f7873bc17698bad9e8514 # [linux]

url: https://github.com/shenwei356/seqkit/releases/download/v{{ version }}/seqkit_linux_arm64.tar.gz # [aarch64]
md5: d055c755dcf44cf9f4f59be69a3c884f # [aarch64]

build:
number: 0
number: 1
skip: False
run_exports:
- {{ pin_subpackage("seqkit", max_pin="x.x") }}
Expand All @@ -26,6 +29,8 @@ about:
license: MIT

extra:
additional-platforms:
- linux-aarch64
skip-lints:
- should_be_noarch_generic
- should_not_be_noarch_source

0 comments on commit 7b4c411

Please sign in to comment.