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

Publish ARM64 images on the registry #177

Closed
mgrzybek opened this issue May 3, 2024 · 3 comments
Closed

Publish ARM64 images on the registry #177

mgrzybek opened this issue May 3, 2024 · 3 comments

Comments

@mgrzybek
Copy link

mgrzybek commented May 3, 2024

I see two use cases:

  1. Installing Metal Stack on ARM64-based SBCs.
  2. Testing the Metal Stack on Apple M1 using native virtual machines.

For instance, two workarounds are possible:

  1. Emulate x84_64 virtual machines on Apple M1, reducing performances.
  2. Rebuild the whole containers using a dedicated CI/CD, consuming a lot of time.
$ skopeo inspect docker://ghcr.io/metal-stack/masterdata-api | jq '.Architecture'                                                                          ~
"amd64"
$
@Gerrit91
Copy link
Contributor

We've been discussing this issue in our planning meeting now and we are unsure if this is worth the effort. Our developers only run Linux notebooks and we would need to extend all CI pipelines to release more platforms. Also there are some projects where this could be difficult, i.e. the metal-hammer binary and metal-images. Do you have any specific use-cases relevant for production that would benefit from this?

@mgrzybek
Copy link
Author

This is purely a lab/dev use case using ARM-based laptops.

@Gerrit91
Copy link
Contributor

Okay. Feel invited to join our Slack Workspace if you would like to further discuss on this, maybe we can find a compromise.

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