Skip to content

Commit

Permalink
Specify arch for jq install
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Aug 23, 2024
1 parent 2871014 commit f6c43a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [ -f "$ENV_DIR/GOOGLE_CHROME_MILESTONE_OFFSET" ]; then
JQ_DIR="$INSTALL_DIR/jq"
mkdir -p "$JQ_DIR"
cd "$JQ_DIR"
wget --quiet -O jq https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-amd64
wget --quiet -O jq https://github.com/jqlang/jq/releases/download/jq-1.7.1/jq-linux-$ARCH
chmod +x jq
cd -
fi
Expand Down

0 comments on commit f6c43a1

Please sign in to comment.