Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Recognize windows arm as a valid OS+arch combination (#386)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Feb 11, 2023
1 parent 1810234 commit 1b2221f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ get_binaries() {
linux/arm64) BINARIES="flytectl" ;;
windows/386) BINARIES="flytectl" ;;
windows/amd64) BINARIES="flytectl" ;;
windows/arm64) BINARIES="flytectl" ;;
*)
log_crit "platform $PLATFORM is not supported. Make sure this script is up-to-date and file request at https://github.com/${PREFIX}/issues/new"
exit 1
Expand Down

0 comments on commit 1b2221f

Please sign in to comment.