mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
ci(docker): remove go build options
This commit is contained in:
parent
66f7ea36e3
commit
fdae86a9e2
@ -60,7 +60,7 @@ tasks:
|
||||
go build -o bin/semaphore{{ if eq OS "windows" }}.exe{{ end }}
|
||||
-tags "netgo"
|
||||
-gcflags="all=-N -l"
|
||||
-ldflags "-s -w -X {{ .IMPORT }}/util.Ver={{ .VERSION }} -X {{ .IMPORT }}/util.Commit={{ .SHA }} -X {{ .IMPORT }}/util.Date={{ .DATE }}" ./cli
|
||||
-ldflags "-X {{ .IMPORT }}/util.Ver={{ .VERSION }} -X {{ .IMPORT }}/util.Commit={{ .SHA }} -X {{ .IMPORT }}/util.Date={{ .DATE }}" ./cli
|
||||
vars:
|
||||
TAG:
|
||||
sh: git name-rev --name-only --tags --no-undefined HEAD 2>/dev/null || git rev-parse --abbrev-ref HEAD
|
||||
|
Loading…
Reference in New Issue
Block a user