mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
Since the build was moved to ko.build I believe these are not necessary anymore. Signed-off-by: Manuel Rüger <manuel@rueg.eu>
11 lines
211 B
YAML
11 lines
211 B
YAML
defaultBaseImage: gcr.io/distroless/static-debian11:latest
|
|
builds:
|
|
- env:
|
|
- CGO_ENABLED=0
|
|
flags:
|
|
- -v
|
|
ldflags:
|
|
- -s
|
|
- -w
|
|
- -X sigs.k8s.io/external-dns/pkg/apis/externaldns.Version={{.Env.VERSION}}
|