mirror of https://github.com/statping/statping
enable optional debug output for xgo
this was previously enabled for the dev workflow and disabled for stable/unstable. having more output could be useful at some pointpull/1118/head
parent
cc01dce8c3
commit
09862f5ad3
|
@ -156,9 +156,9 @@ jobs:
|
|||
dest: build
|
||||
prefix: statping
|
||||
targets: ${{ matrix.platform }}/${{ matrix.arch }}
|
||||
# TODO v and x were true for dev workflow but false for stable/unstable. what do they do?
|
||||
v: false
|
||||
x: false
|
||||
# v and x enable additional debug output
|
||||
v: true
|
||||
x: true
|
||||
pkg: cmd
|
||||
buildmode: pie
|
||||
tags: ${{ env.XGO_TAGS }}
|
||||
|
|
Loading…
Reference in New Issue