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 Multi Arch Images #976

Open
Kenec opened this issue Feb 28, 2024 · 1 comment
Open

Support Multi Arch Images #976

Kenec opened this issue Feb 28, 2024 · 1 comment
Labels
enhancement New feature or request GHA / CI Issues specific to GitHub Actions or other CI environments

Comments

@Kenec
Copy link

Kenec commented Feb 28, 2024

With the changes introduced in #777, only AMD 64 is supported. It would be nice to support other types of architectures.

Example of error message when attempting to use the current image in a custom github runner running on ARM 64

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
@kanadgupta kanadgupta added enhancement New feature or request GHA / CI Issues specific to GitHub Actions or other CI environments labels Feb 29, 2024
@kanadgupta
Copy link
Member

Hi @Kenec, thanks for writing in! For context, these images were intended for use in the GitHub Actions ubuntu-latest runner. This isn't on our roadmap at the moment but we'll post any updates here as we have them.

As a workaround in the meantime, you're welcome to clone this repo and build the image yourself (here's the Dockerfile we use to build the image for reference) or you can install rdme via the npm registry. Hope that's helpful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GHA / CI Issues specific to GitHub Actions or other CI environments
Development

No branches or pull requests

2 participants