go-p2p/.core/build.yaml
Snider 9ad643df90
All checks were successful
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 50s
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:37 +00:00

24 lines
296 B
YAML

version: 1
project:
name: go-p2p
description: Peer-to-peer networking
binary: ""
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