Skip to content

Commit

Permalink
fix(ci): configure more platforms for Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Aug 30, 2023
1 parent 665c88c commit e27660f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flow-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
install-only: true
- name: Setup QEMU
if: steps.semantic.outputs.new_release_published == 'true'
uses: docker/setup-qemu-action@v2
- name: Setup Docker Buildx
if: steps.semantic.outputs.new_release_published == 'true'
uses: docker/setup-buildx-action@v2
- name: Publish release
if: steps.semantic.outputs.new_release_published == 'true'
env:
Expand Down

0 comments on commit e27660f

Please sign in to comment.