Skip to content

Commit

Permalink
d4binding: add aarch64/arm64 builds
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Oct 25, 2024
1 parent 9b88759 commit e9b4f27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions recipes/d4binding/build.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 4 additions & 1 deletion recipes/d4binding/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package:
version: {{ version }}

build:
number: 0
number: 1
run_exports:
- {{ pin_subpackage("d4binding", max_pin="x.x") }}

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e9b4f27

Please sign in to comment.