amoeba opened a new issue, #49861: URL: https://github.com/apache/arrow/issues/49861
### Describe the bug, including details regarding any error messages, version, and platform. While testing the R release for 24.0.0, I noticed there were no libarrow binaries for linux-arm64. I think https://github.com/apache/arrow/pull/48574 was supposed to hook them up but I don't see the binary in the release: From https://github.com/apache/arrow/releases/tag/apache-arrow-24.0.0: ```sh $ gh release view | grep libarrow asset: r-libarrow-darwin-arm64-24.0.0.zip asset: r-libarrow-darwin-arm64-24.0.0.zip.asc asset: r-libarrow-darwin-arm64-24.0.0.zip.sha512 asset: r-libarrow-darwin-x86_64-24.0.0.zip asset: r-libarrow-darwin-x86_64-24.0.0.zip.asc asset: r-libarrow-darwin-x86_64-24.0.0.zip.sha512 asset: r-libarrow-linux-x86_64-24.0.0.zip asset: r-libarrow-linux-x86_64-24.0.0.zip.asc asset: r-libarrow-linux-x86_64-24.0.0.zip.sha512 asset: r-libarrow-windows-x86_64-24.0.0.zip asset: r-libarrow-windows-x86_64-24.0.0.zip.asc asset: r-libarrow-windows-x86_64-24.0.0.zip.sha512 ``` Do we need to add a line for arm64 here? https://github.com/apache/arrow/blob/41fbc3b2667237bc159f66e7bf091e88666acd98/dev/tasks/tasks.yml#L244 cc @thisisnic ### Component(s) R -- 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]
