cert-manager-webhook-dnsimple/.goreleaser.yaml
Joseph Hanson 881f02a90f
All checks were successful
goreleaser / goreleaser (push) Successful in 2m4s
/ test (push) Successful in 1m27s
docker building with go-releaser & kos
2024-08-01 13:36:02 -05:00

23 lines
469 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: cert-manager-webhook-dnsimple
platforms:
- linux/amd64
- linux/arm64
tags:
- latest
- "{{.Tag}}"
bare: true
flags:
- -trimpath
ldflags:
- -s -w
- -extldflags "-static"
- -X main.Version={{.Tag}}