chore: add .core/build.yaml for core-chain binary
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ca8334a324
commit
a77d9592bf
1 changed files with 15 additions and 0 deletions
15
.core/build.yaml
Normal file
15
.core/build.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
project: core-chain
|
||||
binary: core-chain
|
||||
main: ./cmd/core-chain
|
||||
|
||||
targets:
|
||||
- os: darwin
|
||||
arch: arm64
|
||||
- os: linux
|
||||
arch: amd64
|
||||
|
||||
ldflags:
|
||||
- -s -w
|
||||
- -X forge.lthn.ai/core/cli/pkg/cli.AppVersion={{.Version}}
|
||||
- -X forge.lthn.ai/core/cli/pkg/cli.BuildCommit={{.Commit}}
|
||||
- -X forge.lthn.ai/core/cli/pkg/cli.BuildDate={{.Date}}
|
||||
Loading…
Add table
Reference in a new issue