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 ce4b0e4 commit f8e5fa0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
matrix:
version: [ "8.0", "8.1", "8.2" ]
arch: [
"linux/amd64",
"linux/arm64/v8",
"linux/arm/v7"
"linux/amd64,linux/arm64/v8,linux/arm/v7"
]
env:
VERSION: ${{ matrix.version }}
Expand Down

0 comments on commit f8e5fa0

Please sign in to comment.