mirror of https://gitlab.com/fscarmen/test.git
parent
c97804807e
commit
f57af56ad0
@ -0,0 +1,52 @@ |
|||||||
|
project_name: Build wireproxy |
||||||
|
before: |
||||||
|
hooks: |
||||||
|
- go mod tidy -v |
||||||
|
builds: |
||||||
|
- env: |
||||||
|
- CGO_ENABLED=0 |
||||||
|
ldflags: |
||||||
|
- -s -w -X main.version={{.Version}} -X main.arch={{.Arch}} |
||||||
|
goos: |
||||||
|
- linux |
||||||
|
# - windows |
||||||
|
# - darwin |
||||||
|
goarch: |
||||||
|
- arm |
||||||
|
- arm64 |
||||||
|
- 386 |
||||||
|
- amd64 |
||||||
|
- mips |
||||||
|
- mipsle |
||||||
|
- s390x |
||||||
|
- riscv64 |
||||||
|
gomips: |
||||||
|
- softfloat |
||||||
|
ignore: |
||||||
|
- goos: windows |
||||||
|
goarch: arm |
||||||
|
- goos: windows |
||||||
|
goarch: arm64 |
||||||
|
main: ./ |
||||||
|
binary: wireproxy |
||||||
|
universal_binaries: |
||||||
|
- name_template: "wireproxy" |
||||||
|
replace: false |
||||||
|
checksum: |
||||||
|
name_template: "checksums.txt" |
||||||
|
snapshot: |
||||||
|
name_template: "wireproxy" |
||||||
|
archives: |
||||||
|
- name_template: "wireproxy_{{ .Os }}_{{ .Arch }}" |
||||||
|
files: |
||||||
|
- none* |
||||||
|
changelog: |
||||||
|
sort: asc |
||||||
|
filters: |
||||||
|
exclude: |
||||||
|
- "^docs:" |
||||||
|
- "^test:" |
||||||
|
- "^chore" |
||||||
|
- Merge pull request |
||||||
|
- Merge branch |
||||||
|
- go mod tidy |
||||||
Loading…
Reference in new issue