mixing around some settings for kos
Some checks failed
goreleaser / goreleaser (push) Failing after 5s
/ test (push) Failing after 53s

This commit is contained in:
Joseph Hanson 2024-08-01 14:58:52 -05:00
parent 2e3c1763b3
commit 8c972504a4
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -9,15 +9,27 @@ gitea_urls:
builds: builds:
- env: ["CGO_ENABLED=0"] - env: ["CGO_ENABLED=0"]
binary: webhook binary: webhook
goos:
- linux
goarch:
- amd64
- arch64
kos: kos:
- id: cert-manager-webhook-dnsimple - repository: git.hsn.dev/jahanson/cert-manager-webhook-dnsimple
id: cert-manager-webhook-dnsimple
# Chainguard Static is the default base image.
# cgr.dev/chainguard/static
# base_image: alpine
bare: true
creation_time: "{{.CommitTimestamp}}"
ko_data_creation_time: "{{.CommitTimestamp}}"
platforms: platforms:
- linux/amd64 - linux/amd64
# - linux/arm64 - linux/arm64
tags: tags:
- latest - latest
- "{{.Tag}}" - "{{.Tag}}"
bare: true
flags: flags:
- -trimpath - -trimpath
ldflags: ldflags: