Skip to content

Commit

Permalink
Disable cgo for builds (#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck authored Feb 22, 2023
1 parent b97114b commit 2350062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
BASE_VERSION: ${{ needs.set-product-version.outputs.product-base-version }}
PRERELEASE_VERSION: ${{ needs.set-product-version.outputs.product-prerelease-version}}
METADATA_VERSION: ${{ env.METADATA }}
CGO_ENABLED: 0
with:
product_name: ${{ env.PKG_NAME }}
product_version: ${{ needs.set-product-version.outputs.product-version }}
Expand Down

0 comments on commit 2350062

Please sign in to comment.