Skip to content

Commit

Permalink
HBASE-28758 Remove the aarch64 profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Little K committed Jul 29, 2024
1 parent d85574a commit ca3c1e9
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 @@ -4654,17 +4654,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 ca3c1e9

Please sign in to comment.