Skip to content

Commit

Permalink
Setup docker buildx and qemu to support platforms (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmilda authored Jan 24, 2023
1 parent 1acab8b commit 54b7a2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
LICENSE
dist/*sqlfmt*.whl
dist/*sqlfmt*.tar.gz
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
Expand Down

0 comments on commit 54b7a2c

Please sign in to comment.