This is an automated email from the ASF dual-hosted git repository.

amoeba pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 2e86408cc0 GH-49861: [R] Missing R libarrow binary for linux-arm64 
(#49893)
2e86408cc0 is described below

commit 2e86408cc0ab23645223adc91c1e290564df4194
Author: Nic Crane <[email protected]>
AuthorDate: Wed Apr 29 22:22:42 2026 -0400

    GH-49861: [R] Missing R libarrow binary for linux-arm64 (#49893)
    
    ### Rationale for this change
    
    Binary for arm64 missing from the release as we didn't add it to the list 
which is used to compare against
    
    ### What changes are included in this PR?
    
    Add binary to list
    
    ### Are these changes tested?
    
    No
    
    ### Are there any user-facing changes?
    
    No
    * GitHub Issue: #49861
    
    Authored-by: Nic Crane <[email protected]>
    Signed-off-by: Bryce Mecum <[email protected]>
---
 dev/tasks/tasks.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 32c6245fec..2c182887f1 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -242,6 +242,7 @@ tasks:
     artifacts:
       - r-libarrow-windows-x86_64-{no_rc_r_version}\.zip
       - r-libarrow-linux-x86_64-{no_rc_r_version}\.zip
+      - r-libarrow-linux-arm64-{no_rc_r_version}\.zip
       - r-libarrow-darwin-arm64-{no_rc_r_version}\.zip
       - r-libarrow-darwin-x86_64-{no_rc_r_version}\.zip
       - r-pkg__bin__windows__contrib__4.5__arrow_{no_rc_r_version}\.zip

Reply via email to