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

Docker multi-platform images #53

Open
daniel-mader opened this issue Feb 26, 2025 · 0 comments · May be fixed by #56
Open

Docker multi-platform images #53

daniel-mader opened this issue Feb 26, 2025 · 0 comments · May be fixed by #56
Assignees

Comments

@daniel-mader
Copy link

Issue

The published Docker images are currently only built for the platform linux/amd64, so if you try to run them on a different platform (such as a Macbook), you'll get the following error from your local Docker installation:

The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Solution

This can be solved by leveraging Multi-platform builds.

@qrayven qrayven self-assigned this Feb 27, 2025
@eike-hass eike-hass moved this from Product Backlog to In Progress in IOTA Trust Framework Developments Feb 28, 2025
@qrayven qrayven linked a pull request Mar 10, 2025 that will close this issue
@qrayven qrayven moved this from In Progress to In Review in IOTA Trust Framework Developments Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Review
Development

Successfully merging a pull request may close this issue.

3 participants