PinguOriginal post
Quality
Hey, I depend on installing appwrite CLI for my CICD.
I had one run go through quite recently, but now is failing. my github action failing is:
- name: Install Appwrite CLI
run: curl -sL https://appwrite.io/cli/install.sh | bash
and the output is:
curl -sL https://appwrite.io/cli/install.sh | bash
shell: /usr/bin/bash -e {0}
env:
AZURE_REGISTRY_NAME: wrevoacr
AZURE_CONTAINER_APP_NAME: wrevo
DOTNET_VERSION: 9.0.x
_ _ _ ___ __ _____
/_\ _ __ _ ____ ___ __(_) |_ ___ / __\ / / \_ \
//_\\| '_ \| '_ \ \ /\ / / '__| | __/ _ \ / / / / / /\/
/ _ \ |_) | |_) \ V V /| | | | || __/ / /___/ /___/\/ /_
\_/ \_/ .__/| .__/ \_/\_/ |_| |_|\__\___| \____/\____/\____/
|_| |_|
🔥 Welcome to the Appwrite CLI install shield 🛡
[1/4] Getting System Info ...
OS : linux
ARCH : x64
REQUIRES ROOT : true
[2/4] Downloading executable for linux (x64) ...
🚦 Downloading Appwrite CLI 6.2.1 ...
❌ Couldn't find executable for linux (x64). Please contact the Appwrite team
Error: Process completed with exit code 1.
Summary
Developers are facing an issue with installing Appwrite CLI in their CICD. The error states it couldn't find the executable for linux (x64) version 6.2.1. A possible solution is to reach out to the Appwrite team for assistance.