simhadri-g commented on code in PR #4614:
URL: https://github.com/apache/hive/pull/4614#discussion_r1302823011


##########
.github/workflows/docker-GA-images.yml:
##########
@@ -0,0 +1,59 @@
+name: Build and Publish docker images for Hive GA
+
+on:
+  workflow_dispatch:
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+    steps:
+      -
+        name: Checkout
+        uses: actions/checkout@v3
+
+      -
+        name: 'Set up JDK 8'
+        uses: actions/setup-java@v1

Review Comment:
   We use openjdk/8-jre-slim which has both arm64 and amd64 images . 
   I think these will be pulled according to the aarch. Let me confirm.
   
https://hub.docker.com/layers/library/openjdk/8-jre-slim/images/sha256-885d7cea2430cd637b3592118e1d52abdad90300e2e491e7b457319edd39123d



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to