mirror of https://gitlab.com/fscarmen/test.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
403 B
21 lines
403 B
project_name: Build grpcwebproxy
|
|
before:
|
|
hooks:
|
|
- go mod tidy -v -go=1.21
|
|
builds:
|
|
- env:
|
|
- CGO_ENABLED=0
|
|
ldflags:
|
|
- -s -w -X main.version={{.Version}} -X main.arch={{.Arch}}
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- arm64
|
|
- amd64
|
|
gomips:
|
|
- softfloat
|
|
main: ./
|
|
binary: grpcwebproxy
|
|
universal_binaries:
|
|
- name_template: "grpcwebproxy"
|
|
replace: false
|
|
|