jackwotherspoon opened a new pull request, #23299:
URL: https://github.com/apache/airflow/pull/23299

   closes: #23292 
   
   When https://github.com/apache/airflow/pull/22127 was merged, the 
CloudSQLProxyRunner started looking for a binary with an x86_64 suffix instead 
of amd64. This is causing the `CLOUD_SQL_PROXY_DOWNLOAD_URL` to point to a 
broken link that does not exist. 
   
   The Cloud SQL Proxy does not have any `x86_64` [download 
links](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases/tag/v1.30.0)
  for Linux machines thus replacing it to `amd64` should fix this issue and 
allow the proper download links to be found by the CloudSQLProxyRunner.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to