diff --git a/recipes/gnparser/build.sh b/recipes/gnparser/build.sh index cac558fdb6ebb..74d98b99db88c 100644 --- a/recipes/gnparser/build.sh +++ b/recipes/gnparser/build.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -xe + cd gnparser CGO_ENABLED=0 go clean diff --git a/recipes/gnparser/meta.yaml b/recipes/gnparser/meta.yaml index c58f527694af0..82ec7ca69faca 100644 --- a/recipes/gnparser/meta.yaml +++ b/recipes/gnparser/meta.yaml @@ -11,7 +11,7 @@ source: sha256: {{ sha256 }} build: - number: 0 + number: 1 run_exports: - {{ pin_subpackage('gnparser', max_pin="x") }} @@ -34,5 +34,8 @@ about: extra: + additional-platforms: + - linux-aarch64 + - osx-arm64 identifiers: - doi:https://doi.org/10.5281/zenodo.5111569