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
azlinux/mariner: Use provided platform for outputs
Before this change, the mariner/azl targets were ignoring the client
provided platform for the produced aritifacts.
With this change the platform is set on images so it will rely on
binfmt_misc to execute those images correctly.
There's probably some optimizations that can be made here to run certain
tasks on the native platform, some thoughts:
- Use native (host-arch) golang to download go modules
- Use native (host-arch) tdnf to download/install non-native packages
onto the target build environment.
This does *not* add support for cross compilation (run x86 code to
generate, e.g., arm64 code).
Signed-off-by: Brian Goff <[email protected]>
0 commit comments