Remove linux
This commit is contained in:
parent
e093f39262
commit
4e2009328a
@ -5,9 +5,8 @@ before:
|
|||||||
- go generate ./...
|
- go generate ./...
|
||||||
builds:
|
builds:
|
||||||
- env:
|
- env:
|
||||||
- CGO_ENABLED=1
|
- CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
- linux
|
|
||||||
- darwin
|
- darwin
|
||||||
ldflags:
|
ldflags:
|
||||||
- -X github.com/noqqe/serra/pkg/serra.Version={{.Tag}}
|
- -X github.com/noqqe/serra/pkg/serra.Version={{.Tag}}
|
||||||
@ -20,14 +19,13 @@ archives:
|
|||||||
{{ .ProjectName }}_
|
{{ .ProjectName }}_
|
||||||
{{- title .Os }}_
|
{{- title .Os }}_
|
||||||
{{- if eq .Arch "amd64" }}x86_64
|
{{- if eq .Arch "amd64" }}x86_64
|
||||||
{{- else if eq .Arch "386" }}i386
|
|
||||||
{{- else }}{{ .Arch }}{{ end }}
|
{{- else }}{{ .Arch }}{{ end }}
|
||||||
changelog:
|
changelog:
|
||||||
sort: asc
|
sort: asc
|
||||||
filters:
|
filters:
|
||||||
exclude:
|
exclude:
|
||||||
- '^docs:'
|
- "^docs:"
|
||||||
- '^test:'
|
- "^test:"
|
||||||
brews:
|
brews:
|
||||||
- name: serra
|
- name: serra
|
||||||
goarm: 6
|
goarm: 6
|
||||||
@ -47,4 +45,3 @@ brews:
|
|||||||
install: |
|
install: |
|
||||||
(share/"sounds").install "sounds/*mp3"
|
(share/"sounds").install "sounds/*mp3"
|
||||||
bin.install "serra"
|
bin.install "serra"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user