Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit 569be4c

Browse files
author
Sameer Naik
authored
Merge pull request #21 from triggermesh/release-disable-cgo
ci: adds `CGO_ENABLED=0` to release builds
2 parents 7ef783a + 2854a25 commit 569be4c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
- checkout
1414
- run:
1515
name: Building package
16-
command: |
17-
pwd
18-
make build
16+
command: make build
1917

2018
test:
2119
executor:
@@ -56,6 +54,7 @@ jobs:
5654
command: make release
5755
environment:
5856
DIST_DIR: /tmp/dist/
57+
CGO_ENABLED: 0
5958
- run:
6059
name: Installing github-release tool
6160
command: go get github.com/meterup/github-release

0 commit comments

Comments
 (0)