Skip to content

Commit

Permalink
Don’t deploy missing linux-arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
karllessard authored Sep 1, 2024
1 parent 0124cfe commit 76ab17a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tensorflow-core/tensorflow-core-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,12 @@
<version>${project.version}</version>
<classifier>${javacpp.platform.windows-x86_64}</classifier>
</artifactItem>
<artifactItem>
<!--artifactItem>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
<classifier>${javacpp.platform.linux-arm64}</classifier>
</artifactItem>
</artifactItem-->
</artifactItems>
</configuration>
</execution>
Expand Down

0 comments on commit 76ab17a

Please sign in to comment.