-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(codebuild): ARM images have the wrong type and compute kind (#5541)
As it turns out, ARM images require specifying a different type than Linux images. They also only work with ComputeType.LARGE. Add a new, module-private, class of IBuildImage, ArmImage, that implements that behavior and validation, and change LinuxBuildImage.AMAZON_LINUX_2_ARM to use the new class. Fixes #5517 Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
9cbbaea
commit 6999baf
Showing
2 changed files
with
125 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