cert-manager-webhook-dnsimple/.goreleaser.yaml
Joseph Hanson 16ec313e6e
Some checks failed
goreleaser / goreleaser (push) Failing after 5s
fix clone
2024-08-01 14:01:55 -05:00

23 lines
447 B
YAML

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