simhadri-g commented on code in PR #4614: URL: https://github.com/apache/hive/pull/4614#discussion_r1302791693
########## .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: Docker mentions it supports multi aarch builds, that is what we are using here: https://docs.docker.com/build/ci/github-actions/multi-platform/ Let me confirm in the final images for arm64. -- 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