21 lines
322 B
YAML
21 lines
322 B
YAML
project_name: youtubedr
|
|
|
|
env:
|
|
# Build without CGO to don't depend on specific glibc versions
|
|
- CGO_ENABLED=0
|
|
|
|
builds:
|
|
- main: ./cmd/youtubedr
|
|
binary: youtubedr
|
|
goos:
|
|
- windows
|
|
- darwin
|
|
- linux
|
|
- freebsd
|
|
goarch:
|
|
- amd64
|
|
- arm
|
|
- arm64
|
|
flags:
|
|
- -trimpath
|