Skip to content

Commit

Permalink
Adds QMEU to goreleaser
Browse files Browse the repository at this point in the history
This commit updates the goreleaser github action to install QMEU to
support emulation of multiple architectures.

Signed-off-by: Alexander Greene <greene.al1991@gmail.com>
  • Loading branch information
awgreene committed Mar 13, 2023
1 parent 4634317 commit 432a179
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
env:
DOCKER_CLI_EXPERIMENTAL: "enabled"
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -37,6 +39,9 @@ jobs:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}

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

- name: Docker Login
uses: docker/login-action@v1
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 432a179

Please sign in to comment.