mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-13 17:58:50 +01:00
Try also compiling the generator
This commit is contained in:
parent
4186cb009a
commit
b0df767da7
3
.github/workflows/slsa-releaser.yml
vendored
3
.github/workflows/slsa-releaser.yml
vendored
@ -35,6 +35,7 @@ jobs:
|
|||||||
go-version: 1.18
|
go-version: 1.18
|
||||||
evaluated-envs: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
|
evaluated-envs: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
|
||||||
compile-builder: true # See github.com/slsa-framework/slsa-github-generator/issues/942
|
compile-builder: true # See github.com/slsa-framework/slsa-github-generator/issues/942
|
||||||
|
compile-generator: true # See github.com/slsa-framework/slsa-github-generator/issues/942
|
||||||
build-darwin-amd64:
|
build-darwin-amd64:
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
@ -48,6 +49,7 @@ jobs:
|
|||||||
go-version: 1.18
|
go-version: 1.18
|
||||||
evaluated-envs: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
|
evaluated-envs: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
|
||||||
compile-builder: true # See github.com/slsa-framework/slsa-github-generator/issues/942
|
compile-builder: true # See github.com/slsa-framework/slsa-github-generator/issues/942
|
||||||
|
compile-generator: true # See github.com/slsa-framework/slsa-github-generator/issues/942
|
||||||
build-darwin-arm64:
|
build-darwin-arm64:
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
@ -61,6 +63,7 @@ jobs:
|
|||||||
go-version: 1.18
|
go-version: 1.18
|
||||||
evaluated-envs: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
|
evaluated-envs: "VERSION_LDFLAGS:${{needs.args.outputs.ldflags}}"
|
||||||
compile-builder: true # See github.com/slsa-framework/slsa-github-generator/issues/942
|
compile-builder: true # See github.com/slsa-framework/slsa-github-generator/issues/942
|
||||||
|
compile-generator: true # See github.com/slsa-framework/slsa-github-generator/issues/942
|
||||||
|
|
||||||
# Sign the binaries and upload the signed binaries
|
# Sign the binaries and upload the signed binaries
|
||||||
macos_signer:
|
macos_signer:
|
||||||
|
Loading…
Reference in New Issue
Block a user