|
|
@@ -1,63 +0,0 @@
|
|
|
-project_name: ohUrlShortener
|
|
|
-
|
|
|
-dist: build/
|
|
|
-
|
|
|
-before:
|
|
|
- hooks:
|
|
|
- - go mod tidy
|
|
|
- - go mod download
|
|
|
-
|
|
|
-builds:
|
|
|
- - env:
|
|
|
- - CGO_ENABLED=0
|
|
|
- - GO111MODULE=on
|
|
|
- goos:
|
|
|
- - linux
|
|
|
- - windows
|
|
|
- - darwin
|
|
|
- goarch:
|
|
|
- - amd64
|
|
|
- - arm64
|
|
|
-
|
|
|
-archives:
|
|
|
- - replacements:
|
|
|
- darwin: macOS
|
|
|
- linux: Linux
|
|
|
- windows: Windows
|
|
|
- amd64: x86_64
|
|
|
-
|
|
|
- files:
|
|
|
- - README.md
|
|
|
- - LICENSE
|
|
|
- - structure.sql
|
|
|
- - config.ini
|
|
|
- - CLA.md
|
|
|
- format_overrides:
|
|
|
- - goos: windows
|
|
|
- format: zip
|
|
|
-
|
|
|
-checksum:
|
|
|
- name_template: 'checksums.txt'
|
|
|
-
|
|
|
-snapshot:
|
|
|
- name_template: "{{.Version}}"
|
|
|
-
|
|
|
-nfpms:
|
|
|
- - file_name_template: "{{.ProjectName}}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
|
|
|
- vendor: 巴拉迪维
|
|
|
- homepage: https://github.com/barats
|
|
|
- maintainer: 巴拉迪维 <[email protected]>
|
|
|
- description: ohUrlShortener
|
|
|
- license: MulanPSL-2.0
|
|
|
- formats:
|
|
|
- - deb
|
|
|
- - rpm
|
|
|
- replacements:
|
|
|
- linux: Linux
|
|
|
- amd64: x86_64
|
|
|
-
|
|
|
-signs:
|
|
|
- - artifacts: checksum
|
|
|
- signature: "${artifact}_sig"
|
|
|
- cmd: gpg
|
|
|
- output: true
|