Skip to content

Update selectors to prepare for an osx-arm64 environment

Duncan Macleod requested to merge duncanmmacleod/conda:prep-osx-arm64 into testing

This MR updates the selectors used in many packages to declare the available architecture, rather than just the platform. This has no impact on the existing supported archs (linux-64 osx-64 win-64), but will make providing a new osx-arm64 (#25 (closed)) easier.

Merge request reports