Skip to content

Commit 50926d2

Browse files
committed
releasebody
1 parent 4924a77 commit 50926d2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

make-pex-mp.sh

+5
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ do
4545
pip install pex
4646
pip wheel -r requirements.txt --wheel-dir wh # -${cpversion} # can be shared among verions
4747
deactivate
48+
echo $platform >> platforms.tmp
4849
done
4950

5051

@@ -62,7 +63,11 @@ echo "*** Now running the following to create the multi-platform pex: ./makepex.
6263
cat makepex.$$
6364
./makepex.$$
6465

66+
arch=$(uname -m)
6567
echo "Created $pexfn"
6668
ln -sf "$pexfn" kafkatop
6769
tar zcf kafkatop-release.tar.gz kafkatop
6870
ls -lh $pexfn
71+
echo "kafkatop version $(cat tag.txt) compatible with the following $arch platforms:" > releasebody.md
72+
echo "" >> releasebody.md
73+
cat platforms.json |jq .platform >> releasebody.md

0 commit comments

Comments
 (0)