Skip to content

Commit

Permalink
CI: disable CGO_ENABLED on cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
macno committed Dec 3, 2023
1 parent b76e7a1 commit 2ea6265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Print theo-agent -version
run: ./build/theo-agent -version
- name: Cross build
env:
CGO_ENABLED: 0
run: |
GOOS=linux GOARCH=amd64 make -e buildx
- name: Upload theo-agent
Expand Down

0 comments on commit 2ea6265

Please sign in to comment.