Skip to content

Commit 12ccfb5

Browse files
script: Add Fedora as target for SHASUMS verification
1 parent 9e49094 commit 12ccfb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/build-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ echo "Parallel: $MAKEPAR"
117117

118118
if [ "$VERIFY_RELEASE" = "true" ]; then
119119
if [ -f "SHA256SUMS-$VERSION.asc" ] && [ -f "SHA256SUMS-$VERSION" ]; then
120-
ALL_TARGETS="bin-Ubuntu"
120+
ALL_TARGETS="bin-Fedora bin-Ubuntu"
121121
else
122122
echo "Unable to verify. File SHA256SUMS-$VERSION or SHA256SUMS-$VERSION.asc not found in the root."
123123
exit 1

0 commit comments

Comments
 (0)