From b48fd8c0ff06715dd2ae198b413f22befb85f95a Mon Sep 17 00:00:00 2001 From: Cole Greer <112986082+Cole-Greer@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:26:19 -0800 Subject: [PATCH] Add ARM64 console docker images (#2391) Enables multi-architecture AMD64/ARM64 docker images in gremlin-console deployment --- CHANGELOG.asciidoc | 1 + gremlin-console/pom.xml | 7 +------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index fa640a89dbe..60307513e1e 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -25,6 +25,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Improved error message from `JavaTranslator` by including exception source. * Added tests for error handling for GLV's if tx.commit() is called remotely for graphs without transactions support. +* Introduced multi-architecture AMD64/ARM64 docker images for gremlin-console. [[release-3-6-6]] === TinkerPop 3.6.6 (November 20, 2023) diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml index 3fdee98fd05..766333c51be 100644 --- a/gremlin-console/pom.xml +++ b/gremlin-console/pom.xml @@ -26,12 +26,7 @@ limitations under the License. gremlin-console Apache TinkerPop :: Gremlin Console - - linux/amd64 + linux/amd64,linux/arm64/v8