Add build checksums

main
Elie 2021-02-03 12:19:12 +01:00
parent 44e9ba3d31
commit ba967e2f68
No known key found for this signature in database
GPG Key ID: 399AF69092C727B6
1 changed files with 6 additions and 0 deletions

View File

@ -77,3 +77,9 @@ gox \
-ldflags "${LD_FLAGS}" \
-output "bin/driftctl_{{.OS}}_{{.Arch}}" \
./
if [ $ENV = "release" ]; then
echo "+ Computing checksums"
cd bin
sha256sum * > driftctl_SHA256SUMS
fi