mirror of
https://github.com/outbackdingo/kamaji.git
synced 2026-01-27 02:19:22 +00:00
* feat(chore): migrating to ko Signed-off-by: Dario Tranchitella <dario@tranchitella.eu> * chore(helm): avoiding hard-coded command Signed-off-by: Dario Tranchitella <dario@tranchitella.eu> * chore(go)!: avoiding hard-coded command Signed-off-by: Dario Tranchitella <dario@tranchitella.eu> --------- Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
10 lines
181 B
YAML
10 lines
181 B
YAML
defaultPlatforms:
|
|
- linux/arm64
|
|
- linux/amd64
|
|
- linux/arm
|
|
builds:
|
|
- id: kamaji
|
|
main: .
|
|
ldflags:
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|