mirror of https://github.com/status-im/consul.git
build: set go-build reproducible to false (#21218)
This commit is contained in:
parent
f70fcab2ab
commit
f3d1a8bc78
|
@ -139,7 +139,7 @@ jobs:
|
||||||
go_version: ${{ needs.get-go-version.outputs.go-version }}
|
go_version: ${{ needs.get-go-version.outputs.go-version }}
|
||||||
os: ${{ matrix.goos }}
|
os: ${{ matrix.goos }}
|
||||||
arch: ${{ matrix.goarch }}
|
arch: ${{ matrix.goarch }}
|
||||||
reproducible: report
|
reproducible: nope
|
||||||
clean: false
|
clean: false
|
||||||
instructions: |-
|
instructions: |-
|
||||||
cp LICENSE $TARGET_DIR/LICENSE.txt
|
cp LICENSE $TARGET_DIR/LICENSE.txt
|
||||||
|
@ -240,7 +240,7 @@ jobs:
|
||||||
go_version: ${{ needs.get-go-version.outputs.go-version }}
|
go_version: ${{ needs.get-go-version.outputs.go-version }}
|
||||||
os: ${{ matrix.goos }}
|
os: ${{ matrix.goos }}
|
||||||
arch: ${{ matrix.goarch }}
|
arch: ${{ matrix.goarch }}
|
||||||
reproducible: report
|
reproducible: nope
|
||||||
clean: false
|
clean: false
|
||||||
instructions: |-
|
instructions: |-
|
||||||
cp LICENSE $TARGET_DIR/LICENSE.txt
|
cp LICENSE $TARGET_DIR/LICENSE.txt
|
||||||
|
@ -292,7 +292,7 @@ jobs:
|
||||||
go_version: ${{ needs.get-go-version.outputs.go-version }}
|
go_version: ${{ needs.get-go-version.outputs.go-version }}
|
||||||
os: ${{ matrix.goos }}
|
os: ${{ matrix.goos }}
|
||||||
arch: ${{ matrix.goarch }}
|
arch: ${{ matrix.goarch }}
|
||||||
reproducible: report
|
reproducible: nope
|
||||||
clean: false
|
clean: false
|
||||||
instructions: |-
|
instructions: |-
|
||||||
cp LICENSE $TARGET_DIR/LICENSE.txt
|
cp LICENSE $TARGET_DIR/LICENSE.txt
|
||||||
|
|
Loading…
Reference in New Issue