-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for multi-arch docker images (#399)
* Don't hardcode CPU architecture in dockerfile The version of mambaforge appropriate for the architecture that the docker build is running on is built this way. Ref #396 * Build conda lock files for amd64, aarch64 & ppcle64 * [condalock-command] autogenerated conda-lock files * Dynamically pick conda-lock file based on architecture * Generate multi-arch lock files in Makefile * tidy dockerfile and make, comment out arm-incompatible packages * Update pangeo-notebook/environment.yml Co-authored-by: Wei Ji <[email protected]> * Update .github/workflows/CondaLock.yml Co-authored-by: Wei Ji <[email protected]> * miniforge3 not mambaforge * multiarch cmds in makefile and github actions * Test multiarch * Apply suggestions from code review Co-authored-by: Wei Ji <[email protected]> --------- Co-authored-by: pangeo-bot <[email protected]> Co-authored-by: Scott Henderson <[email protected]> Co-authored-by: Scott Henderson <[email protected]> Co-authored-by: Wei Ji <[email protected]>
- Loading branch information
1 parent
bccbb8c
commit fc92d8b
Showing
5 changed files
with
56 additions
and
45 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
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
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