2022-08-25 14:32:40 -04:00
|
|
|
builds:
|
2023-01-29 21:49:45 +01:00
|
|
|
- id: kyverno
|
|
|
|
main: ./cmd/kyverno
|
2022-08-25 14:32:40 -04:00
|
|
|
ldflags:
|
2022-08-26 15:40:27 +02:00
|
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|
2022-08-25 14:32:40 -04:00
|
|
|
|
2023-01-29 21:49:45 +01:00
|
|
|
- id: kyverno-init
|
|
|
|
main: ./cmd/kyverno-init
|
2022-08-25 14:32:40 -04:00
|
|
|
ldflags:
|
2022-08-26 15:40:27 +02:00
|
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|
2022-08-25 14:32:40 -04:00
|
|
|
|
|
|
|
- id: cli
|
|
|
|
main: ./cmd/cli
|
|
|
|
ldflags:
|
2022-08-26 15:40:27 +02:00
|
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|
2023-01-24 19:27:18 +01:00
|
|
|
|
|
|
|
- id: cleanup-controller
|
|
|
|
main: ./cmd/cleanup-controller
|
|
|
|
ldflags:
|
|
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|
2023-01-26 10:03:11 +01:00
|
|
|
|
|
|
|
- id: reports-controller
|
|
|
|
main: ./cmd/reports-controller
|
|
|
|
ldflags:
|
|
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|
|
|
|
|
2023-02-01 00:12:34 +08:00
|
|
|
- id: background-controller
|
|
|
|
main: ./cmd/background-controller
|
2023-01-26 10:03:11 +01:00
|
|
|
ldflags:
|
|
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|