Skip to content

Commit

Permalink
Recognize windows arm as a valid OS+arch combination (flyteorg#386)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
Co-authored-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
  • Loading branch information
2 people authored and robert-ulbrich-mercedes-benz committed Jul 2, 2024
1 parent fb1f3bf commit 904b3d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flytectl/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 904b3d4

Please sign in to comment.