Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zjj2wry authored Feb 15, 2022
1 parent fb670d3 commit 003a08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Build the binary
working-directory: ./
run: GOOS=linux CGO_ENABLED= go build -o docker/crossplane-gcp-provider cmd/provider/main.go
run: GOOS=linux CGO_ENABLED=0 go build -o docker/crossplane-gcp-provider cmd/provider/main.go

- id: auth
uses: google-github-actions/auth@v0.4.0
Expand Down

0 comments on commit 003a08d

Please sign in to comment.