diff --git a/recipes/d4binding/build.sh b/recipes/d4binding/build.sh index 463bbbe302d53..7f2be26f82917 100644 --- a/recipes/d4binding/build.sh +++ b/recipes/d4binding/build.sh @@ -1,6 +1,6 @@ -#!/bin/bash -e +#!/bin/bash -set -x +set -xe # TODO: Remove the following export when pinning is updated and we use # {{ compiler('rust') }} in the recipe. diff --git a/recipes/d4binding/meta.yaml b/recipes/d4binding/meta.yaml index a5507dd7ca35d..70ad5edae43f7 100644 --- a/recipes/d4binding/meta.yaml +++ b/recipes/d4binding/meta.yaml @@ -6,7 +6,7 @@ package: version: {{ version }} build: - number: 0 + number: 1 run_exports: - {{ pin_subpackage("d4binding", max_pin="x.x") }} @@ -40,6 +40,9 @@ about: dev_url: https://github.com/38/d4-format extra: + additional-platforms: + - linux-aarch64 + - osx-arm64 recipe-maintainers: - haohou skip-lints: