mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
9 lines
166 B
YAML
9 lines
166 B
YAML
defaultPlatforms:
|
|
- linux/arm64
|
|
- linux/amd64
|
|
- linux/arm
|
|
builds:
|
|
- id: capsule
|
|
main: ./
|
|
ldflags:
|
|
- '{{ if index .Env "LD_FLAGS" }}{{ .Env.LD_FLAGS }}{{ end }}' |