-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add arm64 support to Docker images (#1541)
Closes: #XXX ## What is the purpose of the change This PR extends the work done in #1535 to introduce support for `arm64` architecture making osmosis docker image multi-architecture (`amd64` and `arm64`). I have also updated the CI to build and push the image for multiple architectures. Please note that it takes ~20 minutes for the build complete but it would run only on every new tag so I think it's acceptable. ## Brief Changelog - Modify Dockerfile to add `arm64` support - Update docker CI to build and push for `arm64` ## Testing and Verifying You can build for arm64 with: ```bash docker buildx build --platform linux/arm64 --tag osmosis:arm64 . ``` I tested the CI in my fork: https://github.com/nikever/osmosis/runs/6505857265?check_suite_focus=true ## Documentation and Release Note - Does this pull request introduce a new feature or user-facing behavior changes? yes (`arm64` support!) - Is a relevant changelog entry added to the `Unreleased` section in `CHANGELOG.md`? yes - How is the feature or change documented? not applicable
- Loading branch information
Niccolo Raspa
authored
May 20, 2022
1 parent
583cfec
commit ba0c337
Showing
3 changed files
with
21 additions
and
12 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