This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a commit to branch 3.7-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/3.7-dev by this push:
new 5df609d1a5 CTR fix docker platform for arm image building
5df609d1a5 is described below
commit 5df609d1a5371745b819422d41b9320733a02830
Author: xiazcy <[email protected]>
AuthorDate: Thu Jul 31 14:50:09 2025 -0700
CTR fix docker platform for arm image building
---
gremlin-console/pom.xml | 2 +-
gremlin-server/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml
index 6c44eb8bd0..dc27f9d110 100644
--- a/gremlin-console/pom.xml
+++ b/gremlin-console/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
<artifactId>gremlin-console</artifactId>
<name>Apache TinkerPop :: Gremlin Console</name>
<properties>
- <docker.platforms>linux/amd64,linux/arm64/v8</docker.platforms>
+ <docker.platforms>linux/amd64,linux/arm64</docker.platforms>
</properties>
<dependencies>
<dependency>
diff --git a/gremlin-server/pom.xml b/gremlin-server/pom.xml
index 97ed90a1d7..8d49ba898e 100644
--- a/gremlin-server/pom.xml
+++ b/gremlin-server/pom.xml
@@ -32,7 +32,7 @@ limitations under the License.
-->
<maven.exec.skip>false</maven.exec.skip> <!-- default -->
<skipImageBuild>${maven.exec.skip}</skipImageBuild>
- <docker.platforms>linux/amd64,linux/arm64/v8</docker.platforms>
+ <docker.platforms>linux/amd64,linux/arm64</docker.platforms>
</properties>
<dependencies>
<dependency>