cert-manager-webhook-dnsimple/.goreleaser.yaml

24 lines
447 B
YAML
Raw Normal View History

2024-08-01 13:13:18 -05:00
---
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
2024-08-01 13:36:02 -05:00
version: 2
2024-08-01 13:13:18 -05:00
gitea_urls:
api: https://git.hsn.dev/api/v1
download: https://git.hsn.dev
2024-08-01 13:36:02 -05:00
skip_tls_verify: false
kos:
2024-08-01 14:01:55 -05:00
- id: webhook
2024-08-01 13:36:02 -05:00
platforms:
- linux/amd64
- linux/arm64
tags:
- latest
- "{{.Tag}}"
bare: true
flags:
- -trimpath
ldflags:
- -s -w
- -extldflags "-static"
- -X main.Version={{.Tag}}