This is an automated email from the ASF dual-hosted git repository.

colegreer pushed a commit to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/3.6-dev by this push:
     new b48fd8c0ff Add ARM64 console docker images (#2391)
b48fd8c0ff is described below

commit b48fd8c0ff06715dd2ae198b413f22befb85f95a
Author: Cole Greer <[email protected]>
AuthorDate: Mon Dec 11 16:26:19 2023 -0800

    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 fa640a89db..60307513e1 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 3fdee98fd0..766333c51b 100644
--- a/gremlin-console/pom.xml
+++ b/gremlin-console/pom.xml
@@ -26,12 +26,7 @@ limitations under the License.
     <artifactId>gremlin-console</artifactId>
     <name>Apache TinkerPop :: Gremlin Console</name>
     <properties>
-    <!--Testing in macOs on ARM reveals that the linux/arm64/v8 console
-        container is quite unstable at this time and results in frequent 
freezes.
-        It is believed the issue lies with the ARM docker engine. The 
stability of ARM
-        images is likely to improve overtime and this omition should be 
intermittently
-        re-evaluated.-->
-        <docker.platforms>linux/amd64<!--,linux/arm64/v8--></docker.platforms>
+        <docker.platforms>linux/amd64,linux/arm64/v8</docker.platforms>
     </properties>
     <dependencies>
         <dependency>

Reply via email to