Skip to content

Commit c3b70cf

Browse files
authored
patch: Merge pull request #27 from abdul-jabbar01/master
Updated Circleci configuration
2 parents f248a5a + 6a149dc commit c3b70cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- run: go get -u github.com/stevenmatthewt/semantics
1212
- run:
1313
name: cross compile
14-
command: gox -os="linux darwin windows" -arch="amd64 386" -output="dist/{{.OS}}/{{.Arch}}/pligos"
14+
command: CGO_ENABLED=0 gox -os="linux darwin windows" -arch="amd64 386" -output="dist/{{.OS}}/{{.Arch}}/pligos"
1515

1616
- add_ssh_keys
1717
- run:

0 commit comments

Comments
 (0)