Skip to content

Commit 89ca484

Browse files
authored
Merge pull request #78 from twpayne/no-linux-i386-cgo
Don't use cgo on linux_i386
2 parents 33011b0 + 3a4ea33 commit 89ca484

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.goreleaser.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ builds:
2626
ignore:
2727
- goos: darwin
2828
goarch: 386
29-
- goos: linux
30-
goarch: 386
3129
- goos: linux
3230
goarch: amd64
3331
- binary: chezmoi
@@ -36,7 +34,6 @@ builds:
3634
goos:
3735
- linux
3836
goarch:
39-
- 386
4037
- amd64
4138

4239
## generate .tar.gz archives

0 commit comments

Comments
 (0)