mixing around some settings for kos
This commit is contained in:
parent
2e3c1763b3
commit
8c972504a4
1 changed files with 15 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue