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

can you add an Arm64 version? #12

Open
ShoNuffBadd opened this issue Mar 3, 2024 · 1 comment
Open

can you add an Arm64 version? #12

ShoNuffBadd opened this issue Mar 3, 2024 · 1 comment

Comments

@ShoNuffBadd
Copy link

I was able to create my own personal server setup with this but wanted to move to a free Oracle Cloud setup....would you be able to support an arm64 version of this? or if anyone can point me to the right direction on how to port this over to an arm64 version?

@jamess60
Copy link

OP has posted the Dockerfile and it appears to be based on the Ubuntu image (which has an aarch64 version). No reason why you couldnt git clone and attempt to docker build locally.

Failing that, you can try running with "--platform linux/amd64" in your docker run command (or use the equiv flag in your compose yaml). It will tell docker that youre trying to run an x86 image and emulate it. Performance wont be as good but itll run.

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

2 participants