diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 310bfcc6a01..cc9fc2bcdf9 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -297,6 +297,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 9744ffc3e0e..f4b2b973952 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