graphql-engine
graphql-engine copied to clipboard
CLI for linux/arm64
Component
CLI for DDN
Is your proposal related to a problem?
No
Describe the solution you'd like
Please provide CLI for linux/arm.
The current installation command for CLI doesn't work for linux/arm
Describe alternatives you've considered
None
Same issue here.
This is the URL it tries to hit: https://graphql-engine-cdn.hasura.io/ddn/cli/v4/latest/cli-ddn-linux-arm64
If I change the URL from arm64 to amd64 the download works: https://graphql-engine-cdn.hasura.io/ddn/cli/v4/latest/cli-ddn-linux-amd64
Is this a bug (missing arm64 binary) or is linux/arm64 not supported?