Skip to content

Commit e6146a0

Browse files
committed
chore: disable arm 32 bit for now
1 parent bd02e8a commit e6146a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ builds:
3434
# Defaults are 386 and amd64.
3535
goarch:
3636
- amd64
37-
- arm
3837
- arm64
38+
# - arm
3939

4040
archives:
4141
- name_template: "cd-indicators-{{ .Os }}-{{ .Arch }}"

0 commit comments

Comments
 (0)