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

How to create an image for arm64 machine? #13

Open
yaaaaaao opened this issue Jun 19, 2024 · 2 comments · May be fixed by #14
Open

How to create an image for arm64 machine? #13

yaaaaaao opened this issue Jun 19, 2024 · 2 comments · May be fixed by #14

Comments

@yaaaaaao
Copy link

I encountered a problem when I used the image to build, and an error was displayed indicating that the image does not apply to arm64 architecture. Is there any docker image applicable to arm64 architecture?

@jstucke
Copy link
Collaborator

jstucke commented Jun 20, 2024

Did you try building the image yourself using the Dockerfile from the repository? Currently, the image is only pre-built for amd64. We should be able to add arm64 with docker buildx, though.

@yaaaaaao
Copy link
Author

Did you try building the image yourself using the Dockerfile from the repository? Currently, the image is only pre-built for amd64. We should be able to add arm64 with docker buildx, though.

Yeah, I solved the problem last week by this solution. Thank you very much!

@soxrok2212 soxrok2212 linked a pull request Sep 20, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants