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
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
The text was updated successfully, but these errors were encountered:
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!
Hi @Kenec! Quick update on this: we're moving away from building rdme images entirely due to a few CLI architectural changes that are going out in the upcoming v9 release. Would love to understand your use case more and see what workarounds we can come up with to ensure your workflow isn't disrupted. Feel free to share details here or send me an email at [email protected]. Thanks!
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
The text was updated successfully, but these errors were encountered: