filebrowser/.goreleaser.yml

40 lines
671 B
YAML
Raw Normal View History

2017-10-30 23:24:06 +08:00
build:
main: cmd/filebrowser/main.go
binary: filebrowser
2017-10-30 23:24:06 +08:00
goos:
- darwin
- linux
- windows
- freebsd
- netbsd
- openbsd
2017-12-30 00:32:32 +08:00
- dragonfly
- solaris
2017-10-30 23:24:06 +08:00
goarch:
- amd64
- 386
- arm
- arm64
goarm:
- 5
- 6
- 7
2017-10-30 23:24:06 +08:00
ignore:
2018-04-26 22:38:15 +08:00
- goos: darwin
goarch: 386
2017-10-30 23:24:06 +08:00
- goos: openbsd
goarch: arm
- goos: freebsd
goarch: arm
2018-04-26 22:38:15 +08:00
- goos: netbsd
goarch: arm
- goos: solaris
goarch: arm
2017-10-30 23:24:06 +08:00
archive:
2018-04-26 22:38:15 +08:00
name_template: "{{.Os}}-{{.Arch}}{{if .Arm}}v{{.Arm}}{{end}}-{{ .ProjectName }}"
2017-10-30 23:24:06 +08:00
format: tar.gz
format_overrides:
- goos: windows
format: zip