Skip to content

Commit

Permalink
Update scripts/gen-hermes
Browse files Browse the repository at this point in the history
Co-authored-by: Jerónimo Albi <[email protected]>
  • Loading branch information
Pantani and jeronimoalbi authored Dec 15, 2023
1 parent c06da13 commit 6052cdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/gen-hermes
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ LATEST_TAG=$(echo "$RELEASE_INFO" | grep -o '"tag_name": "[^"]*' | grep -o '[^"]
echo "Download Hermes $LATEST_TAG binaries"

# Loop through each platform and download the corresponding binary
#hermes-v1.7.3-x86_64-unknown-linux-gnu.zip
PLATFORMS=("aarch64-apple-darwin" "aarch64-unknown-linux-gnu" "x86_64-apple-darwin" "x86_64-unknown-linux-gnu")
for PLATFORM in "${PLATFORMS[@]}"; do
BINARY_NAME="hermes-$LATEST_TAG-$PLATFORM.tar.gz"
Expand Down

0 comments on commit 6052cdb

Please sign in to comment.