You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think that this is something we should add to Melange. In contrast to apko, we want Melange to be opportunistic when building packages, constrained by the .package.target-architecture property.
Basically, I think archs does the wrong thing here, because it would imply that the melange .yaml files would need to be updated to allow Wolfi to be built on a new architecture, which seems like it would be a lot of work.
I assume the issue is relating to Melange wanting to do multi-arch builds by default? We can and should change that to --arch host.
We should add a top level
archs: []string
key similar to apko to avoid having to pass a flag.The text was updated successfully, but these errors were encountered: