Open proppy opened 1 year ago
As commented by @xobs in https://github.com/hdl/conda-eda/pull/298#issuecomment-1436365609 there seems to be a way toi cross compile osx packages to arm64 by reusing some of the conda-forge tooling.
@PiotrZierhoffer @ajelinski @mithro @umarcor would it make sense to investigate https://github.com/conda-forge/conda-smithy and see if it can complete the setup we have here with conda-build-prepare + conda-eda/ci?
conda-build-prepare
conda-eda/ci
Alternative we could look at setting up dedicated self-hosted github worker with actual osx-arm64 hardware.
As commented by @xobs in https://github.com/hdl/conda-eda/pull/298#issuecomment-1436365609 there seems to be a way toi cross compile osx packages to arm64 by reusing some of the conda-forge tooling.
@PiotrZierhoffer @ajelinski @mithro @umarcor would it make sense to investigate https://github.com/conda-forge/conda-smithy and see if it can complete the setup we have here with
conda-build-prepare
+conda-eda/ci
?