mirror of
https://github.com/arl/gitmux.git
synced 2026-09-10 07:26:18 -04:00
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:
parent
75a5b9e615
commit
d20527afab
|
|
@ -10,9 +10,11 @@ builds:
|
|||
- linux
|
||||
goarch:
|
||||
- amd64
|
||||
- arm
|
||||
- arm64
|
||||
- 386
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: 386
|
||||
archives:
|
||||
-
|
||||
replacements:
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- "1.13.x"
|
||||
- "1.15.x"
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
|
|||
Loading…
Reference in a new issue