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 api: https://git.hsn.dev/api/v1
download: https://git.hsn.dev download: https://git.hsn.dev
skip_tls_verify: false skip_tls_verify: false
builds:
- env: ["CGO_ENABLED=0"]
binary: webhook
kos: kos:
- id: webhook - id: cert-manager-webhook-dnsimple
platforms: platforms:
- linux/amd64 - linux/amd64
- linux/arm64 # - linux/arm64
tags: tags:
- latest - latest
- "{{.Tag}}" - "{{.Tag}}"
@ -18,6 +21,6 @@ kos:
flags: flags:
- -trimpath - -trimpath
ldflags: ldflags:
- -s -w - -w
- -extldflags "-static" - -extldflags "-static"
- -X main.Version={{.Tag}} - -X main.Version={{.Tag}}