go 1.15 no longer supports darwin/386; ignore any IDE config folder

This commit is contained in:
Josh Humphries 2021-01-05 12:39:34 -05:00
parent 9da71fbe53
commit db90ec1160
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
dist/
.idea/
VERSION

View File

@ -8,6 +8,9 @@ builds:
goarch:
- amd64
- 386
ignore:
- goos: freebsd
goarch: arm64
ldflags:
- -s -w -X main.version=v{{.Version}}