Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setup docker buildx in create release workflow
Following the docker guide on buildling images for multiple architectures, we need to setup buildx first. The blog article mentions a custom github action that is no longer maintaned. However, it references official docker github actions that are we can use to setup buildx. References - Docker guide: https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/ - GH Action Custom Setup Buildx: https://github.com/crazy-max/ghaction-docker-buildx - GH Action Qemu: https://github.com/docker/setup-qemu-action - GH Action Buildx: https://github.com/docker/setup-buildx-action
- Loading branch information