Skip to content

Commit

Permalink
add x86_64 download
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Oct 31, 2020
1 parent c303944 commit 042da7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build_release_body.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ cat >>RELEASE_BODY.md <<EOL
EOL
fi

if [ -f $BUILD_DIR/dist/redmatic-x86_64-$VERSION_ADDON.tar.gz ]; then
cat >>RELEASE_BODY.md <<EOL
#### RaspberryMatic Varianten _ova_ und _intelnuc_ ([nur für die neuen 64bit Builds](https://homematic-forum.de/forum/viewtopic.php?f=65&t=62074))
[![Downloads redmatic-i686-$VERSION_ADDON](https://img.shields.io/github/downloads/rdmtc/RedMatic/v$VERSION_ADDON/redmatic-i686-$VERSION_ADDON.tar.gz.svg)]($DOWNLOAD_I686)
EOL
fi

cat >>RELEASE_BODY.md <<EOL
Expand Down

0 comments on commit 042da7e

Please sign in to comment.