Skip to content

Commit

Permalink
Fixes typo in specifying 32-bit architectures in github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
indiefan committed Nov 20, 2023
1 parent 86e3625 commit ad74fe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- linux/386
- linux/arm/v7
- linux/arm64
- linux/arm32v5
- linux/arm32v6
- linux/arm32v7
- linux/arm32/v5
- linux/arm32/v6
- linux/arm32/v7
- linux/arm64/v8
steps:
- name: Checkout
Expand Down

0 comments on commit ad74fe2

Please sign in to comment.