Skip to content

Commit a06a492

Browse files
authored
Avoid multiple arch builds on an os competing (#291)
1 parent 97b8efb commit a06a492

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.goreleaser.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ builds:
3838
- linux
3939
goarch:
4040
- amd64
41-
- arm64
42-
- arm
4341
goarm:
4442
- 7
4543
- <<: *build_defaults
@@ -48,4 +46,4 @@ builds:
4846
- darwin
4947
goarch:
5048
- amd64
51-
- arm64
49+

0 commit comments

Comments
 (0)