This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 10fb52767 ci: re-enable arm64v8 build (#1836)
10fb52767 is described below
commit 10fb52767b1324fa412d06eabef353585f56066f
Author: David Li <[email protected]>
AuthorDate: Wed May 8 16:22:47 2024 +0900
ci: re-enable arm64v8 build (#1836)
Fixes #1835.
---
.github/workflows/packaging.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml
index 4fa2a7911..6b26e9920 100644
--- a/.github/workflows/packaging.yml
+++ b/.github/workflows/packaging.yml
@@ -558,8 +558,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- # XXX(lidavidm): disable arm64 build for now while I test things
- arch: ["amd64"]
+ arch: ["amd64", "arm64v8"]
manylinux_version: ["2014"]
is_pr:
- ${{ startsWith(github.ref, 'refs/pull/') }}