Skip to content

Commit c61b68d

Browse files
committed
add build flags for CI
1 parent 988efc3 commit c61b68d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
if: ${{ steps.vars.outputs.should_release == 'true' }}
3333
with:
3434
args: chain build --release --release.prefix ${{ steps.vars.outputs.tarball_prefix }} -t linux:amd64 -t darwin:amd64 -t darwin:arm64
35+
env:
36+
DO_NOT_TRACK: 1
37+
GOFLAGS: "-buildvcs=false"
3538

3639
- name: Delete the "latest" Release
3740
uses: dev-drprasad/[email protected]

0 commit comments

Comments
 (0)