Remove darwin/386 and all 32-bit arm platforms (#34)

* goreleaser: remove darwin/386 support

* travis: build on go 1.15.x

* goreleaser: remove arm support (32-bit)
This commit is contained in:
Aurélien Rainone 2020-08-12 17:44:27 +02:00 committed by GitHub
parent 75a5b9e615
commit d20527afab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -10,9 +10,11 @@ builds:
- linux
goarch:
- amd64
- arm
- arm64
- 386
ignore:
- goos: darwin
goarch: 386
archives:
-
replacements:

View file

@ -1,7 +1,7 @@
language: go
go:
- "1.13.x"
- "1.15.x"
cache:
directories: