mirror of https://gitlab.com/fscarmen/test.git
parent
d3e6df3be5
commit
909bcc34bf
@ -0,0 +1,42 @@ |
|||||||
|
project_name: Build wireguard-tools |
||||||
|
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: wireguard-tools |
||||||
|
universal_binaries: |
||||||
|
- name_template: "wireguard-tools" |
||||||
|
replace: false |
||||||
|
checksum: |
||||||
|
name_template: "checksums.txt" |
||||||
|
snapshot: |
||||||
|
name_template: "wireguard-tools" |
||||||
|
archives: |
||||||
|
- name_template: "wireguard-tools_{{ .Os }}_{{ .Arch }}" |
||||||
|
files: |
||||||
|
- none* |
||||||
Loading…
Reference in new issue