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
Running the docker container from an arm based machine:
❯ docker run -it ghcr.io/ublue-os/bluefin:latest bash
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
bash-5.2#
pulls the image successfully and will mount/run my command, but it throws a warning about the architecture.
I'm also not seeing arm supported ISOs in the releases. And from reading the .github/workflow scripts, I'm not seeing builds against arm64 so my assumption is it's not supported.
What did you expect to happen?
It'd be great if bluefin supported arm architectures: this would open the door for alot of fun side projects on raspberries pies, edge IOT devices, etc.
Output of rpm-ostree status
n/a
Extra information or context
FYI, here is the mac I ran this from:
OS: macOS 13.3 22E252 arm64
CPU: Apple M2 Max (arm64)
The text was updated successfully, but these errors were encountered:
Describe the bug
Running the docker container from an arm based machine:
pulls the image successfully and will mount/run my command, but it throws a warning about the architecture.
And it looks like there is only 1 x86 manifest:
I'm also not seeing arm supported ISOs in the releases. And from reading the
.github/workflow
scripts, I'm not seeing builds against arm64 so my assumption is it's not supported.What did you expect to happen?
It'd be great if bluefin supported arm architectures: this would open the door for alot of fun side projects on raspberries pies, edge IOT devices, etc.
Output of
rpm-ostree status
Extra information or context
FYI, here is the mac I ran this from:
The text was updated successfully, but these errors were encountered: