You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support to build images for linux/arm64, linux/amd64
From the Docker documentation: QEMU and Docker Buildx
needed to be setup in the workflow to build multi-arch images.
The documentation suggests using the docker/build-push-action@v5
action to build multi-arch images.
Fixes#163
0 commit comments