Skip to content

Commit e868986

Browse files
committed
Disable 32 bit
1 parent 7aca9d1 commit e868986

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ builds:
2222
- darwin
2323
goarch:
2424
- amd64
25-
- '386'
25+
# 32bit does not compile at the moment because of spdx dependency
26+
# - '386'
2627
# Further testing before supporting arm
2728
# - arm
2829
# - arm64

0 commit comments

Comments
 (0)