diff --git a/itests/qtest-kudu/pom.xml b/itests/qtest-kudu/pom.xml index f23399fa37..2d5e7d0bfb 100644 --- a/itests/qtest-kudu/pom.xml +++ b/itests/qtest-kudu/pom.xml @@ -305,6 +305,7 @@ Unix + x86_64 @@ -316,6 +317,19 @@ test + + + kudu-aarch64 + + + Unix + aarch64 + + + + + **/*.java + kudu-mac diff --git a/kudu-handler/pom.xml b/kudu-handler/pom.xml index c4661fac47..6be2cf61c5 100644 --- a/kudu-handler/pom.xml +++ b/kudu-handler/pom.xml @@ -117,6 +117,7 @@ Unix + x86_64 @@ -128,6 +129,19 @@ test + + + kudu-aarch64 + + + Unix + aarch64 + + + + + **/*.java + kudu-mac