Skip to content

Commit

Permalink
Merge pull request #8557 from yuzawa-san/osx-m1-fix
Browse files Browse the repository at this point in the history
protoc maven artifacts: reuse osx-x86_64 for osx-aarch_64
  • Loading branch information
fowles committed Jun 2, 2021
2 parents bd42fcc + 55109ea commit b650ea4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions protoc-artifacts/pom.xml
Expand Up @@ -70,6 +70,15 @@
<classifier>osx-x86_64</classifier>
<type>exe</type>
</artifact>
<artifact>
<!-- Reuse a compatible osx-x86_64 version until binary
support for osx-aarch_64 is added. TODO: use
<file>${basedir}/target/osx/aarch_64/protoc.exe</file>
-->
<file>${basedir}/target/osx/x86_64/protoc.exe</file>
<classifier>osx-aarch_64</classifier>
<type>exe</type>
</artifact>
<artifact>
<file>${basedir}/target/linux/aarch_64/protoc.exe</file>
<classifier>linux-aarch_64</classifier>
Expand Down

0 comments on commit b650ea4

Please sign in to comment.