Remove linux

This commit is contained in:
Florian Baumann 2025-12-10 10:55:25 +01:00
parent e093f39262
commit 4e2009328a

View File

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