script: Add Fedora as target for SHASUMS verification

This commit is contained in:
ShahanaFarooqui
2026-01-15 18:44:00 -08:00
parent 9e490942af
commit 12ccfb5c65

View File

@@ -117,7 +117,7 @@ echo "Parallel: $MAKEPAR"
if [ "$VERIFY_RELEASE" = "true" ]; then
if [ -f "SHA256SUMS-$VERSION.asc" ] && [ -f "SHA256SUMS-$VERSION" ]; then
ALL_TARGETS="bin-Ubuntu"
ALL_TARGETS="bin-Fedora bin-Ubuntu"
else
echo "Unable to verify. File SHA256SUMS-$VERSION or SHA256SUMS-$VERSION.asc not found in the root."
exit 1