mirror of
https://github.com/foomo/sesamy-cli.git
synced 2025-10-16 12:35:36 +00:00
41 lines
694 B
YAML
41 lines
694 B
YAML
version: 2
|
|
|
|
builds:
|
|
- binary: sesamy
|
|
main: ./main.go
|
|
env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- windows
|
|
- darwin
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
goarm:
|
|
- '7'
|
|
flags:
|
|
- -trimpath
|
|
ldflags:
|
|
- -s -w -X github.com/foomo/sesamy-cli/cmd.version={{.Version}}
|
|
|
|
release:
|
|
prerelease: auto
|
|
|
|
archives:
|
|
- format: tar.gz
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|
|
|
|
changelog:
|
|
use: github-native
|
|
|
|
brews:
|
|
- repository:
|
|
owner: foomo
|
|
name: homebrew-tap
|
|
caveats: "sesamy --help"
|
|
homepage: "https://github.com/foomo/sesamy-cli"
|
|
description: "CLI utitlity to manage Server Side Tag Management"
|