mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-21 04:17:45 +02:00
Remove compile-generator since that doesn't apply to the go builder
This commit is contained in:
parent
b3eaea912c
commit
7d8f6b6d6d
3
.github/workflows/slsa-releaser.yml
vendored
3
.github/workflows/slsa-releaser.yml
vendored
@ -35,7 +35,6 @@ 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
|
||||||
@ -49,7 +48,6 @@ 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
|
||||||
@ -63,7 +61,6 @@ 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…
x
Reference in New Issue
Block a user