Merge pull request #32951 from hashicorp/fix-incorrect-cgo-flag

ci: Correctly pass cgo_enabled=0 flag
This commit is contained in:
Daniel Kimsey 2023-03-30 13:45:02 -05:00 committed by GitHub
commit 64c4e1b4c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,7 +101,7 @@ jobs:
package-name: ${{ needs.get-product-version.outputs.pkg-name }}
product-version: ${{ needs.get-product-version.outputs.product-version }}
ld-flags: ${{ needs.get-product-version.outputs.go-ldflags }}
cgo-enabled: ${{ matrix.cgo }}
cgo-enabled: ${{ matrix.cgo-enabled }}
runson: ${{ matrix.runson }}
secrets: inherit
strategy: