Skip to content

Commit 3524f26

Browse files
committed
Remove goarm versions
1 parent aa081d4 commit 3524f26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.goreleaser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ builds:
2222
- amd64
2323
- arm
2424
- arm64
25-
goarm:
26-
- "6"
27-
- "7"
2825

2926
archives:
3027
- id: tar
@@ -34,6 +31,7 @@ archives:
3431
files:
3532
- LICENSES/Apache-2.0.txt
3633
- README.md
34+
- CHANGELOG.md
3735
formats: [tar.gz]
3836

3937
checksum:

0 commit comments

Comments
 (0)