-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
Request for docker arm64 #65
Comments
Hey @phampyk |
Yes, I am running it right now on my raspberry pi 4, built from the dockerfile, with no issues. So it's fully compatible |
What are the changes you made in the docker file? Can we create a separate docker and compose file for this ? You can also create a PR if you want |
I didn't do any changes, the basefiles you use are multi arch already so I only needed to build in my raspberry pi and it worked, nothing different at all. |
ah ok, but then I think I can't provide a pre build arm64 image and the best way is to build it on the target environment you are using |
You can build multiarch when pushing to dockerhub without having to own that environment yourself. There's one here explaining how. |
ok thanks 👍 I will take a look at this as soon I have some time |
This actually looks like it would be quite easy to setup with a github workflow, although if you are manually creating the images still not that bad |
implemented from version 1.5.7, there will be also always a docker image for arm. thanks to @knorr3 |
I just tried to build perlite on my raspberry pi running arm64 raspiOS and it's completely compatible with it, could it be possible to have it compiled in arm64 from github/dockerhub?
Thank you for the app, looks great, just what I was looking for.
The text was updated successfully, but these errors were encountered: