kou commented on PR #45470:
URL: https://github.com/apache/arrow/pull/45470#issuecomment-2691646304
OK. Can we use something like the following?
```diff
diff --git a/dev/tasks/python-wheels/github.linux.yml
b/dev/tasks/python-wheels/github.linux.yml
index 0aa8bf9b23..6a7d86c321 100644
--- a/dev/tasks/python-wheels/github.linux.yml
+++ b/dev/tasks/python-wheels/github.linux.yml
@@ -31,6 +31,9 @@ jobs:
runs-on: ubuntu-24.04-arm
{% endif %}
env:
+ {% if linux_wheel_name == "musl" and linux_wheel_version == "1_2" %}
+ ALPINE_LINUX: "3.21"
+ {% endif %}
# archery uses these environment variables
{% if arch == "amd64" %}
ARCH: amd64
```
--
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]