Skip to content

Commit

Permalink
CLEANUP/MINOR: clean go releaser arch types
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Aug 26, 2024
1 parent a3521cf commit 98f123b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .aspell.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
mode: commit
min_length: 3
ignore:
- '*_test.go'
allowed:
- aspell
- repo
Expand All @@ -19,3 +17,4 @@ allowed:
- ubuntu
- golangci
- sudo
- releaser
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ builds:
- darwin
- freebsd
goarch:
- 386
- "386"
- amd64
- arm
- arm64
Expand Down

0 comments on commit 98f123b

Please sign in to comment.