mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
30 lines
460 B
YAML
30 lines
460 B
YAML
build:
|
|
main: cmd/filemanager/main.go
|
|
binary: filemanager
|
|
goos:
|
|
- darwin
|
|
- linux
|
|
- windows
|
|
- freebsd
|
|
- netbsd
|
|
- openbsd
|
|
goarch:
|
|
- amd64
|
|
- 386
|
|
- arm
|
|
- arm64
|
|
ignore:
|
|
- goos: openbsd
|
|
goarch: arm
|
|
goarm: 6
|
|
- goos: freebsd
|
|
goarch: arm
|
|
goarm: 6
|
|
|
|
archive:
|
|
name_template: "{{.Os}}-{{.Arch}}-{{ .ProjectName }}"
|
|
format: tar.gz
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|