Skip to content

Commit

Permalink
Disable cgo, build static binary
Browse files Browse the repository at this point in the history
  • Loading branch information
schmir committed Jun 1, 2022
1 parent 84ee759 commit 900d7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/rolling-shutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- run:
name: Go install
command: |
go install github.com/shutter-network/rolling-shutter/rolling-shutter@${CIRCLE_SHA1}
env CGO_ENABLED=0 go install github.com/shutter-network/rolling-shutter/rolling-shutter@${CIRCLE_SHA1}
- run:
name: Copy binary
command: |
Expand Down

0 comments on commit 900d7e4

Please sign in to comment.