Skip to content

Commit

Permalink
Install QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Oct 11, 2021
1 parent 9b58ca9 commit 9216c35
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ jobs:
name: Build and release stable image
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
-
name: Set up Go
- name: Set up QEMU
uses: docker/setup-qemu-action@master
with:
platforms: all
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.14
-
name: Docker login
- name: Docker login
run: docker login -u "${{ secrets.QUAY_IO_USER }}" -p "${{ secrets.QUAY_IO_TOKEN }}" quay.io
-
name: Run GoReleaser
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: "0.181.1"
Expand Down

0 comments on commit 9216c35

Please sign in to comment.