go-ai/.core/build.yaml
Snider e81f673448
Some checks failed
Security Scan / security (push) Successful in 8s
Test / test (push) Failing after 2m20s
chore: add .core/ build and release configs
Add go-devops build system configuration for standardised
build, test, and release workflows across the Go ecosystem.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 18:52:36 +00:00

25 lines
342 B
YAML

version: 1
project:
name: go-ai
description: AI meta hub — MCP server + facade
main: ./cmd/embed-bench
binary: embed-bench
build:
cgo: false
flags:
- -trimpath
ldflags:
- -s
- -w
targets:
- os: linux
arch: amd64
- os: linux
arch: arm64
- os: darwin
arch: arm64
- os: windows
arch: amd64