Skip to content

Commit f473a2e

Browse files
committed
Skip archiving hwi-qt on non-x86 platforms
1 parent a2a9e71 commit f473a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/build_bin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fi
4848

4949
target_tarfile="hwi-${VERSION}-${OS}-${ARCH}.tar.gz"
5050

51-
if [[ $gui_support == "--with-gui" ]]; then
51+
if [[ $gui_support == "--with-gui" && $ARCH == "x86_64" ]]; then
5252
tar -czf $target_tarfile hwi hwi-qt
5353
else
5454
tar -czf $target_tarfile hwi

0 commit comments

Comments
 (0)