mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
94d3dcac92
commit
80099cd7ff
|
@ -25,11 +25,11 @@ build:
|
||||||
- -s
|
- -s
|
||||||
- -w
|
- -w
|
||||||
- -X github.com/temporalio/cli/headers.Version={{version}}
|
- -X github.com/temporalio/cli/headers.Version={{version}}
|
||||||
|
- -X github.com/temporalio/cli/temporalcli.Version={{version}}
|
||||||
linux:
|
linux:
|
||||||
# or segmentation fault
|
# or segmentation fault
|
||||||
# fix found here https://github.com/docker-library/golang/issues/402#issuecomment-982204575
|
# fix found here https://github.com/docker-library/golang/issues/402#issuecomment-982204575
|
||||||
LDFLAGS:
|
LDFLAGS:
|
||||||
- -buildmode=pie
|
- -buildmode=pie
|
||||||
|
|
||||||
test:
|
test: temporal --version | grep {{version}}
|
||||||
temporal --version | grep {{version}}
|
|
||||||
|
|
Loading…
Reference in a new issue