cert-manager-webhook-dnsimple/.goreleaser.yaml
Joseph Hanson 2e3c1763b3
Some checks failed
goreleaser / goreleaser (push) Failing after 2m28s
modifying ko
2024-08-01 14:32:41 -05:00

26 lines
523 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
builds:
- env: ["CGO_ENABLED=0"]
binary: webhook
kos:
- id: cert-manager-webhook-dnsimple
platforms:
- linux/amd64
# - linux/arm64
tags:
- latest
- "{{.Tag}}"
bare: true
flags:
- -trimpath
ldflags:
- -w
- -extldflags "-static"
- -X main.Version={{.Tag}}