forked from conda/conda
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile + ci-images flow to build multi arch images (conda#…
…11560) * Update Dockerfile + ci-images flow to build multi arch images This is done to have linux/aarch64 conda-ci images, which perform better on Apple M1 machines compared to the linux/amd64 images. The other images (linux/ppc64le, linux/s390x) we basically get for free and prove that the whole tooling is consistently available on all 4 linux platforms. Once the multi-arch image is published it can be also used during the ci flow to e.g. run a short smoke test on all the non-native platforms via emulation. * Remove pre-commit from test requirements * Add multi-platform comment * Improve concurrency handling * Ignore Dockerfile changes in main ci.yml workflow * Fix arch * Also ignore .github/ci-images.yml * revert ci.yml changes * Re-add pre-commit, don't build the s390x image
- Loading branch information
Showing
2 changed files
with
57 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters