Skip to content

Commit

Permalink
patch: fix arch naming
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge07 committed Jul 21, 2023
1 parent 48e0cb6 commit ce4b0e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
fail-fast: true
matrix:
version: [ "8.0", "8.1", "8.2" ]
arch: ["amd64", "arm64/v8", "arm/v7"]
arch: [
"linux/amd64",
"linux/arm64/v8",
"linux/arm/v7"
]
env:
VERSION: ${{ matrix.version }}
ARCHS: linux/${{ matrix.arch }}
Expand Down

0 comments on commit ce4b0e4

Please sign in to comment.