Skip to content

Commit

Permalink
fix: correct goreleaser value type
Browse files Browse the repository at this point in the history
  • Loading branch information
jpts committed Oct 1, 2022
1 parent ceffecc commit 1fabda2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ builds:
- amd64
- arm
- arm64
goarm: 6
goarm:
- 6
archives:
- builds:
- kubectl-execws
Expand Down

0 comments on commit 1fabda2

Please sign in to comment.