From a0f8172721720e76a2575949c04cd2ced221351c Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 6 Dec 2024 08:08:35 +0100 Subject: [PATCH] Add builds for arm and ppc architectures --- conda-forge.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/conda-forge.yml b/conda-forge.yml index e30df6f..c18a0b9 100644 --- a/conda-forge.yml +++ b/conda-forge.yml @@ -4,3 +4,11 @@ github: conda_build: error_overlinking: true conda_forge_output_validation: true +build_platform: + linux_aarch64: linux_64 + linux_ppc64le: linux_64 + osx_arm64: osx_64 +provider: + linux_aarch64: default + linux_ppc64le: default +test: native_and_emulated