ci: cleanup .goreleaser.yml
This commit is contained in:
parent
6b98da537f
commit
cf9f54dc8e
@ -88,7 +88,7 @@ dockers:
|
|||||||
- "--platform=linux/arm/v6"
|
- "--platform=linux/arm/v6"
|
||||||
goos: linux
|
goos: linux
|
||||||
goarch: arm
|
goarch: arm
|
||||||
goarm: '6'
|
goarm: "6"
|
||||||
image_templates:
|
image_templates:
|
||||||
- "filebrowser/filebrowser:{{ .Tag }}-armv6"
|
- "filebrowser/filebrowser:{{ .Tag }}-armv6"
|
||||||
- "filebrowser/filebrowser:v{{ .Major }}-armv6"
|
- "filebrowser/filebrowser:v{{ .Major }}-armv6"
|
||||||
@ -189,11 +189,6 @@ homebrew_casks:
|
|||||||
email: robot@filebrowser.org
|
email: robot@filebrowser.org
|
||||||
homepage: https://github.com/filebrowser/filebrowser
|
homepage: https://github.com/filebrowser/filebrowser
|
||||||
description: File Browser is a create-your-own-cloud-kind of software where you can install it on a server, direct it to a path and then access your files through a nice web interface
|
description: File Browser is a create-your-own-cloud-kind of software where you can install it on a server, direct it to a path and then access your files through a nice web interface
|
||||||
license: "MIT"
|
|
||||||
# make the old formula conflict with the cask:
|
|
||||||
conflicts:
|
|
||||||
- formula: filebrowser
|
|
||||||
# if your app/binary isn't signed and notarized, you'll need this:
|
|
||||||
hooks:
|
hooks:
|
||||||
post:
|
post:
|
||||||
install: |
|
install: |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user