mirror of
https://github.com/fullstorydev/grpcurl.git
synced 2026-05-22 19:51:44 +03:00
go 1.15 no longer supports darwin/386; ignore any IDE config folder
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
dist/
|
dist/
|
||||||
|
.idea/
|
||||||
VERSION
|
VERSION
|
||||||
|
|||||||
@@ -8,6 +8,9 @@ builds:
|
|||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- 386
|
- 386
|
||||||
|
ignore:
|
||||||
|
- goos: freebsd
|
||||||
|
goarch: arm64
|
||||||
ldflags:
|
ldflags:
|
||||||
- -s -w -X main.version=v{{.Version}}
|
- -s -w -X main.version=v{{.Version}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user