zratkai commented on code in PR #4614:
URL: https://github.com/apache/hive/pull/4614#discussion_r1302864685


##########
.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:
   I tested it on MAC OS with M1 chip, but it does not work.



-- 
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