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

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 78d3604b6a [GLUTEN-7782] Fix profile Darwin-x86 os.arch errorr (#7783)
78d3604b6a is described below

commit 78d3604b6acf7c137456de4086a4484514dca925
Author: Mingliang Zhu <[email protected]>
AuthorDate: Mon Nov 4 10:13:22 2024 +0800

    [GLUTEN-7782] Fix profile Darwin-x86 os.arch errorr (#7783)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 69a0a17872..d3c67f231e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -534,7 +534,7 @@
       <activation>
         <os>
           <family>mac</family>
-          <arch>x86</arch>
+          <arch>x86_64</arch>
         </os>
       </activation>
       <properties>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to