Skip to content

Commit

Permalink
added aarch64 support to odbc-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
IPdotSetAF committed Nov 16, 2024
1 parent 6fb0ae2 commit 0ae67ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/mssql-proxy/odbc-driver-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
case $(uname -m) in
x86_64) architecture="amd64" ;;
arm64) architecture="arm64" ;;
aarch64) architecture="arm64" ;;
*) architecture="unsupported" ;;
esac
if [[ "unsupported" == "$architecture" ]]; then
Expand Down

0 comments on commit 0ae67ea

Please sign in to comment.