-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
linux/arm64 version for docker #23
Comments
Hey, CWA should already be arm64 compatible, test it out and let us know! |
Perhaps it needs an arm64 tag for the CW container. I am getting these messages after starting the docker compose.
|
Adding platform attribute to compose yml:
|
Ah shame, that should hopefully be fixed by an update coming soon that changes how we currently build the images. I'll add the the README when we can officially support arm64 👍 |
Hi, is there any update for the arm64 docker image situation? |
For anyone who's interested - I built an arm64 image of CWA here - https://hub.docker.com/repository/docker/driftywinds/cwa/tags (also available on GitHub Docker Registry here) Please try it out and let me know if it works. I just learnt how to build from a docker file though haha, but I'll try to keep the image updated with every new release |
Hey @driftywinds that's amazing! So far the main barriers have been:
If you've managed to make a fully working arm image hats off to you and would you mind if I added links to the official repo? |
Yes go ahead for sure, you can add my links to the official repo! Just keep in mind tho, I'm a total amateur at this and if something goes wrong I wouldn't know how to fix it. From what I understand every new update I gotta clone the git and build the image from the Dockerfile, but I wouldn't be able to fix anything if something doesn't work. I'm pretty sure you can somehow use GitHub Actions to build the arm64 images for you. Here is something maybe helpful I found in that regard https://medium.com/swlh/using-github-actions-to-build-arm-based-docker-images-413a8d498ee Hope it helps! |
To add to the conversation, I managed to get the server running in my arm Oracle server using @driftywinds image. However, if you think that solution is not the proper one. There is this project HortusFox and they made it working properly. Here is the link on that issue and in there there's the link the owner used to implement it. |
Using |
Is it possible to also create a linux/arm64 version for docker?
The text was updated successfully, but these errors were encountered: