Skip to content

Commit 76ab17a

Browse files
authored
Don’t deploy missing linux-arm64 build
1 parent 0124cfe commit 76ab17a

File tree

1 file changed

+2
-2
lines changed
  • tensorflow-core/tensorflow-core-native

1 file changed

+2
-2
lines changed

tensorflow-core/tensorflow-core-native/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@
131131
<version>${project.version}</version>
132132
<classifier>${javacpp.platform.windows-x86_64}</classifier>
133133
</artifactItem>
134-
<artifactItem>
134+
<!--artifactItem>
135135
<groupId>${project.groupId}</groupId>
136136
<artifactId>${project.artifactId}</artifactId>
137137
<version>${project.version}</version>
138138
<classifier>${javacpp.platform.linux-arm64}</classifier>
139-
</artifactItem>
139+
</artifactItem-->
140140
</artifactItems>
141141
</configuration>
142142
</execution>

0 commit comments

Comments
 (0)