mirror of
https://github.com/makew0rld/amfora.git
synced 2024-11-03 02:37:23 -05:00
59 lines
818 B
YAML
59 lines
818 B
YAML
|
project_name: amfora
|
||
|
|
||
|
env:
|
||
|
- GO111MODULE=on
|
||
|
|
||
|
before:
|
||
|
hooks:
|
||
|
- go mod download
|
||
|
- go generate ./...
|
||
|
|
||
|
builds:
|
||
|
- env:
|
||
|
- CGO_ENABLED=0
|
||
|
|
||
|
goos:
|
||
|
- linux
|
||
|
- windows
|
||
|
- darwin
|
||
|
- freebsd
|
||
|
- netbsd
|
||
|
- openbsd
|
||
|
goarch:
|
||
|
- 386
|
||
|
- amd64
|
||
|
- arm64
|
||
|
- arm
|
||
|
goarm:
|
||
|
- 6
|
||
|
- 7
|
||
|
|
||
|
ignore:
|
||
|
- goos: darwin
|
||
|
goarch: 386
|
||
|
- goos: freebsd
|
||
|
goarch: arm
|
||
|
- goos: freebsd
|
||
|
goarch: arm64
|
||
|
- goos: netbsd
|
||
|
goarch: arm
|
||
|
- goos: netbsd
|
||
|
goarch: arm64
|
||
|
- goos: openbsd
|
||
|
goarch: arm
|
||
|
- goos: openbsd
|
||
|
goarch: arm64
|
||
|
|
||
|
archives:
|
||
|
- format: binary
|
||
|
replacements:
|
||
|
darwin: macOS
|
||
|
386: 32-bit
|
||
|
amd64: 64-bit
|
||
|
|
||
|
milestones:
|
||
|
- close: true
|
||
|
|
||
|
changelog:
|
||
|
skip: true
|