Skip to content

Commit

Permalink
add qemu for release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Aug 19, 2022
1 parent 4e6da5b commit 425e1e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
with:
fetch-depth: 0

- name: Set up QEMU
uses: docker/setup-qemu-action@v1

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

- name: Login to Dockerhub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 425e1e4

Please sign in to comment.