dynamo-browse/macos.goreleaser.yml
Leon Mika ca50342558
All checks were successful
ci / Build (push) Successful in 3m14s
Item annotations and fix notarisation (#5)
- Added methods for item notarisation

Reviewed-on: #5
Co-authored-by: Leon Mika <lmika@lmika.org>
Co-committed-by: Leon Mika <lmika@lmika.org>
2025-11-12 10:49:28 +00:00

64 lines
1.3 KiB
YAML

version: 2
builds:
- id: dynamo-browse
targets:
- darwin_amd64
- darwin_arm64
env:
- CGO_ENABLED=1
main: ./cmd/dynamo-browse/.
binary: dynamo-browse
notarize:
macos:
- enabled: true
ids:
- dynamo-browse
sign:
certificate: "{{.Env.MACOS_SIGN_P12}}"
password: "{{.Env.MACOS_SIGN_PASSWORD}}"
notarize:
issuer_id: "{{.Env.MACOS_NOTARY_ISSUER_ID}}"
key_id: "{{.Env.MACOS_NOTARY_KEY_ID}}"
key: "{{.Env.MACOS_NOTARY_KEY}}"
wait: true
timeout: 20m
archives:
- id: tgz
wrap_in_directory: false
formats:
- tar.gz
release:
gitea:
owner: cmd
name: dynamo-browse
ids:
- tgz
homebrew_casks:
- name: dynamo-browse
repository:
owner: casks
name: dynamo-browse
git:
url: 'forgejo@lmika.dev:casks/dynamo-browse.git'
private_key: "{{ .Env.HOMEBREW_TAP_PRIVATE_KEY }}"
directory: Casks
homepage: https://dynamo-browse.lmika.dev/
description: TUI tools for working with DynamoDB
license: MIT
checksum:
name_template: 'checksums-macos.txt'
snapshot:
version_template: "{{ .Tag }}-next"
gitea_urls:
api: https://lmika.dev/api/v1
download: https://lmika.dev
# set to true if you use a self-signed certificate
skip_tls_verify: false