Skip to content

Commit f2adaaf

Browse files
authored
fix: disable cgo dependencies (#85)
1 parent 70a5169 commit f2adaaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

screwdriver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- gofmt: ret=$(find . -name '*.go' | xargs gofmt -d) && echo "$ret" && test -z "$ret"
1414
- test-setup: go install gotest.tools/gotestsum@latest
1515
- test: gotestsum --format testname --jsonfile ${SD_ARTIFACTS_DIR}/report.json -- -coverprofile=${SD_ARTIFACTS_DIR}/coverage.out ./...
16-
- build: go build -a -o store-cli
16+
- build: CGO_ENABLED=0 go build -a -o store-cli
1717
- test-release: "curl -sL https://git.io/goreleaser | bash -s -- --snapshot"
1818

1919
deploy:

0 commit comments

Comments
 (0)