mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
ci: Correctly pass cgo_enabled=0 flag
This flag was not being passed correctly, it caused the value to be read as unset. Which effectively defaults to enabled. Related to incident 230330-1
This commit is contained in:
parent
b4d0de386e
commit
e9628c5eba
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user