Commit graph

2 commits

Author SHA1 Message Date
ffranr
acf547ef3d
makefile+scripts: add Go version check to release command
This commit updates `scripts/release.sh` to include a check for the
correct Go version before executing the release build. This ensures that
the release binaries are built with the specified Go version,
maintaining consistency and integrity for developer signatures.
2024-10-23 14:32:18 +02:00
Oliver Gugger
30eb7e4d2f
make+release: move release script, fix make
Because the "make release" command collided with the release.sh script,
make thought it needed to do something with that file.
We fix that problem in two ways: We move the file into the scripts sub
folder and also tell make that all our defined goals don't correspond to
folders or files.
2024-10-23 14:32:18 +02:00
Renamed from release.sh (Browse further)