Skip to content

Commit d198735

Browse files
committed
chore: make script executable disable cgo for server
Signed-off-by: Evgeniy Frolov <evgeniy.frolov@flant.com>
1 parent 60ae916 commit d198735

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

server/Taskfile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ tasks:
304304
env:
305305
GOOS: "{{.targetOS}}"
306306
GOARCH: "{{.targetArch}}"
307+
CGO_ENABLED: 0
307308

308309
build-with-coverage:
309310
desc: "Build server binary to run E2E tests with coverage."

server/scripts/verify-dist-binaries.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)