Skip to content

Commit

Permalink
fix(versionRelease): adding qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuehnel committed Mar 15, 2022
1 parent f0a910d commit 937daa3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/versionRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Release
strategy:
matrix:
kind: ['linux-x64', 'linux-arm64','linux/arm/v7']
kind: ['linux-x64', 'linux-arm64', 'linux/arm/v7']
include:
- kind: linux-x64
os: ubuntu-latest
Expand Down Expand Up @@ -79,9 +79,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

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

- name: Docker meta
id: meta
uses: docker/metadata-action@v3
Expand All @@ -93,6 +90,9 @@ jobs:
tags: |
type=semver,pattern={{version}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

- name: Buildx
id: buildx
uses: docker/setup-buildx-action@v1
Expand Down Expand Up @@ -130,6 +130,9 @@ jobs:
tags: |
type=semver,pattern={{version}}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

- name: Buildx
id: buildx
uses: docker/setup-buildx-action@v1
Expand Down

0 comments on commit 937daa3

Please sign in to comment.