dynamo-browse/macos.goreleaser.yml
Leon Mika 55b8103416
Split the releases into a MacOS one and Linux/Windows one
This is to add support for building the MacOS binary using CGO.
2022-11-18 22:14:33 +11:00

31 lines
664 B
YAML

builds:
- id: dynamo-browse
targets:
- darwin_amd64
- darwin_arm64
env:
- CGO_ENABLED=1
main: ./cmd/dynamo-browse/.
binary: dynamo-browse
archives:
- id: zip
builds:
- dynamo-browse
wrap_in_directory: true
format_overrides:
- goos: macos
format: tar.gz
brews:
- name: audax
tap:
owner: lmika
name: homebrew-audax
token: "{{ .Env.HOMEBREW_GITHUB_TOKEN }}"
folder: Formula
homepage: https://audax.tools
description: TUI tools for AWS administration
license: MIT
checksum:
name_template: 'checksums-macos.txt'
snapshot:
name_template: "{{ .Tag }}-next"