Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look at swapping azure cli to deb package #535

Closed
timja opened this issue Mar 9, 2023 · 0 comments · Fixed by #613
Closed

Look at swapping azure cli to deb package #535

timja opened this issue Mar 9, 2023 · 0 comments · Fixed by #613

Comments

@timja
Copy link
Member

timja commented Mar 9, 2023

ARM is now available:
MicrosoftDocs/azure-docs-cli#3522

Need to replace these lines:

apt-get install --yes --no-install-recommends \
gcc \
libffi-dev \
libsodium-dev \
python3-dev
export SODIUM_INSTALL="system"
# Python dependencies for the azure-cli
python3 -m pip install --no-cache-dir --upgrade cryptography pynacl pyOpenSSL
# Using the Python installation to ensure that both Intel and ARM are supported (Microsoft only provides a package for Intel)
python3 -m pip install --no-cache-dir azure-cli=="${AZURECLI_VERSION}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant