Hi, I've ran into an issue while using this project with k3s cluster on raspberries (arm64).
AFAIK to allow this project to work on arm64 out of the box will be to push an arm64 version of the image to registry.
I can see that you are using
uses: aboutbits/github-actions-docker/build-push@v1
inside your release and this action further bases on https://github.com/docker/setup-buildx-action which supports mult-platform builds.
I am interested in contributing to the repository (this and your action, because this action would have to expose another parameter to pass to the action underneath) - are you interested in contributions on this topic?
Hi, I've ran into an issue while using this project with k3s cluster on raspberries (arm64).
AFAIK to allow this project to work on arm64 out of the box will be to push an arm64 version of the image to registry.
I can see that you are using
uses: aboutbits/github-actions-docker/build-push@v1inside your release and this action further bases on https://github.com/docker/setup-buildx-action which supports mult-platform builds.
I am interested in contributing to the repository (this and your action, because this action would have to expose another parameter to pass to the action underneath) - are you interested in contributions on this topic?