Skip to content

Commit

Permalink
chore: introduce docker buildx for multi-platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBastin committed Sep 18, 2023
1 parent 3cb4861 commit 6588429
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-push-docker.yml
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Setup QEMU
uses: docker/setup-qemu-action@v3

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 6588429

Please sign in to comment.