mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-19 04:26:45 +00:00
10 lines
181 B
YAML
10 lines
181 B
YAML
defaultPlatforms:
|
|
- linux/arm64
|
|
- linux/amd64
|
|
- linux/arm
|
|
builds:
|
|
- id: capsule
|
|
main: ./cmd/controller
|
|
ldflags:
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}'
|