mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-08-03 13:13:13 +00:00
fix name_template for arm arch
This commit is contained in:
parent
7643b0c4e3
commit
347122153b
1 changed files with 7 additions and 5 deletions
|
|
@ -24,17 +24,19 @@ build:
|
|||
- 6
|
||||
- 7
|
||||
ignore:
|
||||
- goos: darwin
|
||||
goarch: 386
|
||||
- goos: openbsd
|
||||
goarch: arm
|
||||
goarm: 6
|
||||
- goos: freebsd
|
||||
goarch: arm
|
||||
goarm: 6
|
||||
- goos: linux
|
||||
goarch: arm64
|
||||
- goos: netbsd
|
||||
goarch: arm
|
||||
- goos: solaris
|
||||
goarch: arm
|
||||
|
||||
archive:
|
||||
name_template: "{{.Os}}-{{.Arch}}-{{ .ProjectName }}"
|
||||
name_template: "{{.Os}}-{{.Arch}}{{if .Arm}}v{{.Arm}}{{end}}-{{ .ProjectName }}"
|
||||
format: tar.gz
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue