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

arm support #3

Open
jcklerk opened this issue Aug 11, 2022 · 5 comments
Open

arm support #3

jcklerk opened this issue Aug 11, 2022 · 5 comments

Comments

@jcklerk
Copy link

jcklerk commented Aug 11, 2022

can you also bult it for arm64 server ?

i'm using oracle arm server and would like to use this docker image on that server.

@xc2f
Copy link

xc2f commented Apr 16, 2023

In the Dockerfile, replace FROM node:14 with FROM arm64v8/node:14
Then build your image.

@tim-hub
Copy link

tim-hub commented Jul 29, 2023

@jcklerk

I made a fork to support it, not much change, just build multiple platform by default.

https://github.com/tim-hub/docker-strapi

docker pull ghcr.io/tim-hub/docker-strapi:4.12.0

@naskio
Copy link
Owner

naskio commented Jul 29, 2023

Hello @tim-hub
Could you please create a PR if you are interested to merge ?

@tim-hub
Copy link

tim-hub commented Jul 29, 2023

Hello @tim-hub
Could you please create a PR if you are interested to merge ?

The only issue is the image I forked it is alpine only and only GitHub registry focused.

But There are another fork to enable arm.

https://github.com/V-Shadbolt/docker-strapi

@VrTech
Copy link

VrTech commented Aug 18, 2023

tim

How did you make arm64 and arrch64 support?

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

5 participants