Skip to content

Commit

Permalink
fix no qemu in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cottand committed Aug 25, 2023
1 parent 184b0a0 commit 59ec9f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Install QEMU
run: apt-get install qemu-user-static
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 59ec9f2

Please sign in to comment.