Skip to content

Commit

Permalink
HBASE-28758 Remove the aarch64 profile (#6128)
Browse files Browse the repository at this point in the history
Co-authored-by: Little K <wangx>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
(cherry picked from commit d716705)
  • Loading branch information
1458451310 authored and Apache9 committed Jul 30, 2024
1 parent aa96377 commit 476c300
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4572,17 +4572,5 @@
</pluginManagement>
</build>
</profile>
<profile>
<id>aarch64</id>
<activation>
<os>
<family>linux</family>
<arch>aarch64</arch>
</os>
</activation>
<properties>
<external.protobuf.groupid>org.openlabtesting.protobuf</external.protobuf.groupid>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 476c300

Please sign in to comment.