fierce-oil-47448
12/03/2025, 11:54 PMflytectl install instructions mention:
⢠curl -sL <https://ctl.flyte.org/install> | bash
This errors out on Ubunutu:
flyteorg/flyte info checking GitHub for latest tag
flyteorg/flyte crit unable to find '' - use 'latest' or see <https://github.com/flyteorg/flyte/releases> for detailsacceptable-knife-37130
12/04/2025, 5:12 AMlatest should work. Check your architecture:
darwin/amd64) BINARIES="flytectl" ;;
darwin/arm64) BINARIES="flytectl" ;;
linux/amd64) BINARIES="flytectl" ;;
linux/arm64) BINARIES="flytectl" ;;
windows/386) BINARIES="flytectl" ;;
windows/amd64) BINARIES="flytectl" ;;
windows/arm64) BINARIES="flytectl" ;;
It should be one of the above.
You can also try downloading particular version using
curl -sL <https://ctl.flyte.org/install> | bash -s -- v1.16.3fierce-oil-47448
12/04/2025, 5:13 AMcurl -sL <https://ctl.flyte.org/install> | bash -s -- latest
?acceptable-knife-37130
12/04/2025, 5:13 AMcurl -sL <https://ctl.flyte.org/install> | bash -s -- latestfierce-oil-47448
12/04/2025, 5:13 AMacceptable-knife-37130
12/04/2025, 5:14 AMfreezing-airport-6809