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 point
pull/1118/head
Willy 2022-01-25 10:57:00 +01:00
parent cc01dce8c3
commit 09862f5ad3
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 3 additions and 3 deletions

View File

@ -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 }}