You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: