This commit is contained in:
parent
03dcb696d5
commit
2e3c1763b3
1 changed files with 6 additions and 3 deletions
|
@ -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}}
|
||||||
|
|
Loading…
Reference in a new issue