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
When using containertool directly, or if accidentally using the plugin without a --swift-sdk, it is possible to end up layering a mach-O (macOS) executable on top of a Linux container image. This will not run, but the error messages which are printed when trying to run such an image can be difficult to understand.
containertool already tries to read an ELF header from the executable, in order to choose the correct base image architecture. It could also detect that the executable is a mach-O binary and warn the user.