We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33b4833 + 5df609d commit 54e48d8Copy full SHA for 54e48d8
2 files changed
gremlin-console/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
26
<artifactId>gremlin-console</artifactId>
27
<name>Apache TinkerPop :: Gremlin Console</name>
28
<properties>
29
- <docker.platforms>linux/amd64,linux/arm64/v8</docker.platforms>
+ <docker.platforms>linux/amd64,linux/arm64</docker.platforms>
30
</properties>
31
<dependencies>
32
<dependency>
gremlin-server/pom.xml
@@ -32,7 +32,7 @@ limitations under the License.
-->
33
<maven.exec.skip>false</maven.exec.skip> <!-- default -->
34
<skipImageBuild>${maven.exec.skip}</skipImageBuild>
35
36
37
38
0 commit comments