Skip to content

Commit

Permalink
Adapt grpc plugin compile requirement with apple m1 silicon (apache#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangJian He authored Dec 2, 2021
1 parent 5d06dae commit fd172bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2284,6 +2284,18 @@ flexible messaging model and an intuitive client API.</description>
</plugins>
</reporting>
</profile>
<profile>
<id>mac-apple-silicon</id>
<activation>
<os>
<family>mac</family>
<arch>aarch64</arch>
</os>
</activation>
<properties>
<os.detected.classifier>osx-x86_64</os.detected.classifier>
</properties>
</profile>
</profiles>

<repositories>
Expand Down

0 comments on commit fd172bb

Please sign in to comment.