mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Disable reproducability check in actions-go-build (#33095)
Signed-off-by: Scott Macfarlane <smacfarlane@hashicorp.com>
This commit is contained in:
parent
6a0d20feac
commit
fa3980b77d
4
.github/workflows/build-terraform-oss.yml
vendored
4
.github/workflows/build-terraform-oss.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
go_version: ${{ inputs.go-version }}
|
||||
os: ${{ inputs.goos }}
|
||||
arch: ${{ inputs.goarch }}
|
||||
reproducible: report
|
||||
reproducible: nope
|
||||
instructions: |-
|
||||
mkdir dist out
|
||||
set -x
|
||||
@ -98,4 +98,4 @@ jobs:
|
||||
with:
|
||||
name: ${{ env.DEB_PACKAGE }}
|
||||
path: out/${{ env.DEB_PACKAGE }}
|
||||
if-no-files-found: error
|
||||
if-no-files-found: error
|
||||
|
Loading…
Reference in New Issue
Block a user