-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add multiplatform images with amd64 and arm64
This uses github's beta arm64 runners, which until they're released as generally-available, have very limited software availability. There's a step in the GH action to install build-essential and docker that we can remove once the builder image has been updated. The software available to arm images is somewhat limited compared to amd64 images, and the version.yaml file parsing has been updated to include the ability to specify the architecture for particular versions of extensions. Arm64 and amd64 images are built independently, and then at the last step, a new manifest that points to both images is pushed to docker hub, allowing at least linux/amd64 and linux/arm64 platforms to automatically pick the specific image they want.
- Loading branch information
Showing
6 changed files
with
156 additions
and
26 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
Oops, something went wrong.