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

FR: Support for ARM64 #99

Closed
lindermayr opened this issue Jul 2, 2024 · 6 comments · Fixed by #101
Closed

FR: Support for ARM64 #99

lindermayr opened this issue Jul 2, 2024 · 6 comments · Fixed by #101
Assignees
Labels

Comments

@lindermayr
Copy link

Most of my Docker containers run on Raspberry Pi or in a free instance of Oracle Cloud. Unfortunately, they only support ARM64, so your software always exits with this error:

ubuntu@docker1:~/docker/traefik$ docker pull ghcr.io/orangecoding/fredy:master
master: Pulling from orangecoding/fredy
no matching manifest for linux/arm64/v8 in the manifest list entries

I've found some instructions for adding multiple platform support, but in lack of programming skills, I cant do it on my own:
https://docs.docker.com/build/building/multi-platform/

Do you think it'd be possible to tweak your software to play nice with different architectures like ARM64? That'd be a huge help!

@orangecoding
Copy link
Owner

Interesting. I'll dig into this

@orangecoding
Copy link
Owner

@lindermayr That should do the trick. Wdyt?
#101

@orangecoding orangecoding linked a pull request Jul 23, 2024 that will close this issue
@orangecoding orangecoding self-assigned this Jul 23, 2024
@lindermayr
Copy link
Author

@lindermayr That should do the trick. Wdyt? #101

Seems fine for me. But the build got an error, so i can't pull the new image from the repository.

@orangecoding
Copy link
Owner

yeah I know. there is a test failure. Seems like a provider once again changed their structure. It's a cats and mice game. Let me fix this. I will then merge it and let you test it.

@orangecoding
Copy link
Owner

@lindermayr I merged my pr, docker build is done and images have been pushed. Can you try again?

@lindermayr
Copy link
Author

@lindermayr I merged my pr, docker build is done and images have been pushed. Can you try again?

Yes, works like a charm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants