-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Is your feature request related to a problem? Please describe.:
- We tried to separate amd64/arm64 builds to increase resources (arm64 often failed), but reverted all changes because it was too costly revert: Platform Separation #3192
- To accomplish the issue, we need better ways
- or, refactoring
_docker-image.yamlcan help
Describe the solution you'd like:
- Separate
_docker-image.yamlto build action with a platform argument and unification action
Possibly,
- Use matrix build to summarize all image builds (making retry process easier)
- Make image dependencies clear in the workflow, e.g. all images depend on the syft/buildkit images including themselves
For the original motivation (arm64 stable build),
- Self Hosted Runner can help
- Removing ignored image cache can help
Describe alternatives you've considered:
Metadata
Metadata
Assignees
Type
Projects
Status
Backlog