45 lines
912 B
YAML
45 lines
912 B
YAML
|
builds:
|
||
|
- id: dynamo-browse
|
||
|
targets:
|
||
|
- windows_amd64
|
||
|
- linux_amd64
|
||
|
- darwin_amd64
|
||
|
- darwin_arm64
|
||
|
main: ./cmd/dynamo-browse/.
|
||
|
binary: dynamo-browse
|
||
|
archives:
|
||
|
- id: zip
|
||
|
builds:
|
||
|
- dynamo-browse
|
||
|
wrap_in_directory: true
|
||
|
format_overrides:
|
||
|
- goos: windows
|
||
|
format: zip
|
||
|
- goos: linux
|
||
|
format: tar.gz
|
||
|
- goos: macos
|
||
|
format: tar.gz
|
||
|
nfpms:
|
||
|
- id: package_nfpms
|
||
|
package_name: awstools
|
||
|
builds:
|
||
|
- dynamo-browse
|
||
|
vendor: lmika
|
||
|
homepage: https://awstools.lmika.dev/
|
||
|
maintainer: Leon Mika <lmika@lmika.org>
|
||
|
description: TUI tools for AWS administration
|
||
|
license: MIT
|
||
|
formats:
|
||
|
- deb
|
||
|
- rpm
|
||
|
bindir: /usr/local/bin
|
||
|
checksum:
|
||
|
name_template: 'checksums.txt'
|
||
|
snapshot:
|
||
|
name_template: "{{ .Tag }}-next"
|
||
|
changelog:
|
||
|
sort: asc
|
||
|
filters:
|
||
|
exclude:
|
||
|
- '^docs:'
|
||
|
- '^test:'
|