Skip to content

Commit

Permalink
aarch64 install
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlestak committed Aug 12, 2023
1 parent c4e6e40 commit 77837d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ if [ "$ARCH" = "x86_64" ]; then
ARCH="amd64"
fi

if [ "$ARCH" = "aarch64" ]; then
ARCH="arm64"
fi

# GitHub repository and release URL
REPO_OWNER="robertlestak"
REPO_NAME="preflight-id"
Expand Down

0 comments on commit 77837d0

Please sign in to comment.