Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support arm64 architectures #755

Closed
jpmcb opened this issue Dec 24, 2023 · 2 comments
Closed

Support arm64 architectures #755

jpmcb opened this issue Dec 24, 2023 · 2 comments

Comments

@jpmcb
Copy link

jpmcb commented Dec 24, 2023

Describe the bug

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.

And it looks like there is only 1 x86 manifest:

❯ crane manifest ghcr.io/ublue-os/bluefin:latest | jq
{
  "schemaVersion": 2,
  "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
  "config": {
    "mediaType": "application/vnd.docker.container.image.v1+json",
    "size": 23813,
    "digest": "sha256:1169c58f27ec705ec18099dfd6105215ba33744cab7a43aff9eefbcfff992c57"
  },
  "layers": [
        ...
    ]
}

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)
@castrojo
Copy link
Member

Yeah we don't have arm builds yet: ublue-os/main#365

@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Jun 25, 2024
@castrojo
Copy link
Member

castrojo commented Jul 1, 2024

We'll inherit this from main so closing here.

@castrojo castrojo closed this as completed Jul 1, 2024
@dosubot dosubot bot removed the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants