go-crypt/.core/build.yaml

25 lines
297 B
YAML
Raw Permalink Normal View History

version: 1
project:
name: go-crypt
description: Cryptography utilities
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