mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
281339337d
closes #357
42 lines
654 B
YAML
42 lines
654 B
YAML
build:
|
|
main: cmd/filebrowser/main.go
|
|
binary: filebrowser
|
|
goos:
|
|
- darwin
|
|
- linux
|
|
- windows
|
|
- freebsd
|
|
- netbsd
|
|
- openbsd
|
|
- dragonfly
|
|
- solaris
|
|
goarch:
|
|
- amd64
|
|
- 386
|
|
- arm
|
|
- arm64
|
|
- mips
|
|
- mips64
|
|
- mipsle
|
|
- mips64le
|
|
goarm:
|
|
- 5
|
|
- 6
|
|
- 7
|
|
ignore:
|
|
- goos: openbsd
|
|
goarch: arm
|
|
goarm: 6
|
|
- goos: freebsd
|
|
goarch: arm
|
|
goarm: 6
|
|
- goos: linux
|
|
goarch: arm64
|
|
|
|
archive:
|
|
name_template: "{{.Os}}-{{.Arch}}-{{ .ProjectName }}"
|
|
format: tar.gz
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|