dbcli / mssql-cli

A command-line client for SQL Server with auto-completion and syntax highlighting
BSD 3-Clause "New" or "Revised" License
1.35k stars 192 forks source link

Add support to release Linux aarch64 wheels #533

Open odidev opened 2 years ago

odidev commented 2 years ago

Problem

On aarch64, ‘pip install mssql-cli’ builds the wheels from source code and then installs it. It requires the user to have a development environment installed on his system. Also, it takes more time to build the wheels than downloading and extracting the wheels from PyPi.

Resolution

On aarch64, ‘pip install mssql-cli’ should download the wheels from PyPi

@pensivebrian, Please let me know your interest in releasing aarch64 wheels. I can help with this.

odidev commented 2 years ago

@pensivebrian, Please let me know your interest in releasing aarch64 wheels.

odidev commented 2 years ago

@barbaravaldez, can you please let me know your interest in the same?