Skip to content

Commit

Permalink
fix(versionRelease): update matrix name for armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuehnel committed Mar 15, 2022
1 parent 937daa3 commit 8009443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/versionRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
name: Release
strategy:
matrix:
kind: ['linux-x64', 'linux-arm64', 'linux/arm/v7']
kind: ['linux-x64', 'linux-arm64', 'linux-arm']
include:
- kind: linux-x64
os: ubuntu-latest
target: linux-x64
- kind: linux-arm64
os: ubuntu-latest
target: linux-arm64
- kind: linux/arm/v7
- kind: linux-arm
os: ubuntu-latest
target: linux/arm/v7
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 8009443

Please sign in to comment.