forked from platypush/platypush
Generate hashes for all the architectures in the Release files.
This commit is contained in:
parent
eb398f24d7
commit
f6517059f6
1 changed files with 5 additions and 0 deletions
|
@ -486,6 +486,11 @@ steps:
|
||||||
hash="$($hash_cmd "$file" | cut -d" " -f1)"
|
hash="$($hash_cmd "$file" | cut -d" " -f1)"
|
||||||
size="$(wc -c < $file)"
|
size="$(wc -c < $file)"
|
||||||
echo " $hash $size $basename"
|
echo " $hash $size $basename"
|
||||||
|
echo " $hash $size $(echo basename | sed -re 's|/all/|/binary-i386/|')"
|
||||||
|
echo " $hash $size $(echo basename | sed -re 's|/all/|/binary-amd64/|')"
|
||||||
|
echo " $hash $size $(echo basename | sed -re 's|/all/|/binary-armel/|')"
|
||||||
|
echo " $hash $size $(echo basename | sed -re 's|/all/|/binary-armhf/|')"
|
||||||
|
echo " $hash $size $(echo basename | sed -re 's|/all/|/binary-arm64/|')"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue