You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🌱 remove OS and Arch info from scorecard release binary name (#4520)
* feat: create binary without OS and arch in name
Previously binaries were created with their architecture and OS included as part of their binary name.
Removing the `binary: scorecard-<linux|darwin|windows>-{{ .Arch }}` line allows us to collapse all of the different build configs into a single universal build that caters for [linux,darwin,windos]*[arm64,amd64]
`- -buildmode=exe` was not needed on the windows builds and was also removed.
closes#4517
Signed-off-by: Tim Sparg <[email protected]>
* fix: resolve name_template deprecation
As per https://goreleaser.com/deprecations#snapshotname_template `snapshot.name_template` has been replaced with `snapshot.version_template`
Signed-off-by: Tim Sparg <[email protected]>
---------
Signed-off-by: Tim Sparg <[email protected]>
0 commit comments