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
On macOS, podman creates native rather than x86-64 containers, so podman build -t roscopeco/rosco_m68k . won't actually complete because, as it says in the error output, Homebrew on Linux is not supported on ARM processors.
If the toolchain could be set up in a way that will Just Work atop the Debian image it uses as a base—or directly atop the Fedora CoreOS that podman uses—then it would probably work natively in many more environments.
The text was updated successfully, but these errors were encountered:
On macOS,
podman
creates native rather than x86-64 containers, sopodman build -t roscopeco/rosco_m68k .
won't actually complete because, as it says in the error output,Homebrew on Linux is not supported on ARM processors.
If the toolchain could be set up in a way that will Just Work atop the Debian image it uses as a base—or directly atop the Fedora CoreOS that
podman
uses—then it would probably work natively in many more environments.The text was updated successfully, but these errors were encountered: