From 577e0d027e71fa569fcb3f0372d6fa264e4d8a64 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Mon, 14 Oct 2024 14:40:07 +0300 Subject: [PATCH] gnparser: add aarch64/arm64 builds Signed-off-by: Martin Tzvetanov Grigorov --- recipes/gnparser/build.sh | 2 ++ recipes/gnparser/meta.yaml | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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