Skip to content

Commit 98f123b

Browse files
committed
CLEANUP/MINOR: clean go releaser arch types
1 parent a3521cf commit 98f123b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.aspell.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
mode: commit
22
min_length: 3
3-
ignore:
4-
- '*_test.go'
53
allowed:
64
- aspell
75
- repo
@@ -19,3 +17,4 @@ allowed:
1917
- ubuntu
2018
- golangci
2119
- sudo
20+
- releaser

.goreleaser.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ builds:
2929
- darwin
3030
- freebsd
3131
goarch:
32-
- 386
32+
- "386"
3333
- amd64
3434
- arm
3535
- arm64

0 commit comments

Comments
 (0)