wetty icon indicating copy to clipboard operation
wetty copied to clipboard

Docker images for other architectures (ARM,...)

Open LeszekBlazewski opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe.

Hey ! Great app, we are using wetty for multiple hosts connection after wakeup with wake on lan. We are running it on Raspberry PI and currently we are building the image ourselves.

Describe the solution you'd like

Because you already use the setup QUEMU step in github actions, would you mind also building the image for other architectures including ARM? This requires just few lines of modification inside your current workflow :)

Would be great to see docker images for other architectures on your docker hub 💯 ❗

Thanks for the great terminal 😃

LeszekBlazewski avatar Jan 22 '22 14:01 LeszekBlazewski

doyou have a link to docs or guides, ive never looked in to docker for arm builds before but happy to support them

butlerx avatar Jan 29 '22 20:01 butlerx

This is super easy, since you use already the docker pipeline on github actions with QUEMU and BuildX step. I will provide a PR with the update which should work 😄.

Please check this PR: https://github.com/butlerx/wetty/pull/379 where details are included :) Let me know what you think!

LeszekBlazewski avatar Jan 31 '22 16:01 LeszekBlazewski

This should now be resolved. We are publishing multiple arm versions to docker hub and github container registry

Thanks to @LeszekBlazewski for the original change for this and most helpful write up on issues with buildx and yarn

butlerx avatar Aug 16 '22 11:08 butlerx