repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
513 stars 106 forks source link

ARM64 support #605

Open nyabut-id opened 2 years ago

nyabut-id commented 2 years ago

It would be great to be able to have ARM64 support for the docker containers.

xvilo commented 2 years ago

Would this be as simple as moving to docker buildx like:

docker buildx build  --platform linux/amd64,linux/arm64,linux/arm/v7 ...

?