-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
ARM64 Docker Support (Also other arm architectures) #298
Comments
Hey @Divkix, thanks for letting me know. Is there anything I need to add to the Dockerfile to support ARM64 (and other architectures)? |
Hey @electerious, the Dockerfile seems fine, you'll need to use docker buildkit in order to build images for multiple architectures. Can you let me know how do you build the images before pushing them to Docker Hub? |
I've just publish a new develop tag to Docker with support for other platforms. Please let me know if everything works as expected so I can create a new release 😊 |
The release works great on |
Perfect, thanks for letting me know! v3.3.0 is now live: https://github.com/electerious/Ackee/releases/tag/v3.3.0 |
Hey
I tried ackee on Vercel and would like to host it on my own Cloud VM (using Oracle Free Cloud tier), but unfortunately the official Docker Image doesn't support ARM yet.
I read about about the same in #286 but still can't see the ARM tagged images for Ackee.
Would really appreciate if there would be an official ARM image for Ackee.
The text was updated successfully, but these errors were encountered: