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

Is there an ARM64 version of this image? #23

Closed
spacewander opened this issue Jan 27, 2021 · 5 comments
Closed

Is there an ARM64 version of this image? #23

spacewander opened this issue Jan 27, 2021 · 5 comments

Comments

@spacewander
Copy link

Thanks for the great project!
Is there an ARM64 version of this image?

@mendhak
Copy link
Owner

mendhak commented Jun 13, 2021

Well I had a go at this, I tried to build it via Github Actions using the run-on-arch action.

https://github.com/mendhak/docker-http-https-echo/blob/testarch/.github/workflows/testarch.yml#L35

But I couldn't get it to build. I'm not sure what I'm missing. It'll be useful if there are any examples I can see of other people building ARM64 docker images via Github Actions.

@kcalmond
Copy link

How about this? https://hub.docker.com/r/ealen/echo-server

@mendhak
Copy link
Owner

mendhak commented Sep 13, 2021

@kcalmond thank you that was it! I had a look at their action and it was deprecated but I did find the docker buildx action which importantly works with qemu. This action seems to have matured relatively recently, which might explain why I could not find it back in June.

Are you able to test it on some ARM64 device? I have a tag to test, issue23multi

See:
https://hub.docker.com/layers/mendhak/http-https-echo/issue23multi/images/sha256-508398614ac280850111433b579fceca4567bc2b8b8e04b8b6549be2ec2056c2?context=explore

image

@mendhak
Copy link
Owner

mendhak commented Sep 13, 2021

Oh I have a Raspberry Pi. I tested and armv7 is working!

Does anyone have an arm64 device?

@mendhak
Copy link
Owner

mendhak commented Jan 16, 2022

I created an ARM64 VM in QEMU following these instructions: https://gist.github.com/itzurabhi/a760155c28c0e34ebb14ccf10f08d47b

Then I was able to download and run the image. Seems fine.

@mendhak mendhak closed this as completed Jan 16, 2022
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

3 participants