google-webfonts-helper icon indicating copy to clipboard operation
google-webfonts-helper copied to clipboard

Feature request: support for arm in docker images

Open mrocha98 opened this issue 1 year ago • 1 comments

Hello, I would like to suggest support for arm architecture in the docker images

I've tried to implement in my fork but I don't know how to setup ghcr correctly

Useful link: https://dev.to/cloudx/multi-arch-docker-images-the-easy-way-with-github-actions-4k54

mrocha98 avatar May 26 '23 17:05 mrocha98

Other archs should already be supported when building locally (no native arch deps within the Dockerfile). Simply follow Production Build.

Regarding publishing buildx images: I've currently no intention in adding that myself, as I've no way to test those images - I simply cannot guarantee any support for that architecture currently. Feel free to open a PR with a working updated Github Actions pipeline from your fork for publishing multi-arch images (with confirmed support) and I may reconsider.

majodev avatar May 26 '23 18:05 majodev