26 lines
354 B
YAML
26 lines
354 B
YAML
|
|
version: 1
|
||
|
|
|
||
|
|
project:
|
||
|
|
name: go-devops
|
||
|
|
description: DevOps tooling — build, deploy, infra
|
||
|
|
main: ./cmd/vanity-import
|
||
|
|
binary: vanity-import
|
||
|
|
|
||
|
|
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
|