modifying ko
Some checks failed
goreleaser / goreleaser (push) Failing after 2m28s

This commit is contained in:
Joseph Hanson 2024-08-01 14:32:41 -05:00
parent 03dcb696d5
commit 2e3c1763b3
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -6,11 +6,14 @@ 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: webhook
- id: cert-manager-webhook-dnsimple
platforms:
- linux/amd64
- linux/arm64
# - linux/arm64
tags:
- latest
- "{{.Tag}}"
@ -18,6 +21,6 @@ kos:
flags:
- -trimpath
ldflags:
- -s -w
- -w
- -extldflags "-static"
- -X main.Version={{.Tag}}