forked from chainguard-dev/apko
-
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.
Add build.MultiArch.BuildPackageLists
In the terraform module, we call BuildPackageList for each arch: https://github.com/chainguard-dev/terraform-provider-apko/blob/812478b999411c183e87fefb9a9ece9fe7e8f2c1/internal/provider/config_data_source.go#L239 And then use that package list to actually build the image, so we separate the solving from the building. This bypasses chainguard-dev#1180 which does this multi-arch constraining through a different entrypoint. This adds another method to the multi-arch stuff that we can opt into for just the solve part. Signed-off-by: Jon Johnson <[email protected]>
- Loading branch information
1 parent
fe1f30a
commit a1f2de8
Showing
2 changed files
with
60 additions
and
24 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