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

Request: linux/arm64 support #8

Open
jo-z opened this issue Oct 12, 2023 · 9 comments
Open

Request: linux/arm64 support #8

jo-z opened this issue Oct 12, 2023 · 9 comments

Comments

@jo-z
Copy link

jo-z commented Oct 12, 2023

would appreciate it if possible, but I don't know how hard it is to make a multiplatform image

@phyesix
Copy link

phyesix commented Feb 9, 2024

+1

@m33ts4k0z
Copy link

m33ts4k0z commented Feb 17, 2024

You can add platform: linux/amd64 in the compose file to let qemu handle the platform

@TheUltimateC0der
Copy link
Owner

Will try my best this weekend.

@soredake
Copy link

soredake commented Feb 17, 2024

IIUC changing base image to mcr.microsoft.com/dotnet/aspnet:7.0-bullseye-slim-arm64v8 is the only thing required to support arm64

@phyesix
Copy link

phyesix commented Feb 19, 2024

You can add platform: linux/amd64 in the compose file to let qemu handle the platform

It didn't work with this method 🤔

@soredake
Copy link

soredake commented Feb 28, 2024

I've forked and built alternatrr for arm64, and it's working!

ghcr.io/soredake/alternatrr:latest

@hartontw
Copy link

I've forked and built alternatrr for arm64, and it's working!

ghcr.io/soredake/alternatrr:latest

Thanks.

If you remember change de README also.

@soredake
Copy link

If you remember change de README also.

Done.

@soredake
Copy link

You can add platform: linux/amd64 in the compose file to let qemu handle the platform

To make this work qemu qemu-user-static binfmt-support packages should be installed on debian/ubuntu or similar for another distros.

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

6 participants