j143 commented on a change in pull request #1441:
URL: https://github.com/apache/systemds/pull/1441#discussion_r757529651



##########
File path: .github/workflows/docker-pub.yml
##########
@@ -0,0 +1,45 @@
+name: Docker Image CI and CD
+
+on:
+  push:
+    branches: [ main ]
+  pull_request:
+    branches: [ main ]
+  workflow_dispatch:
+
+jobs:
+
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - name: Checkout
+      uses: actions/checkout@v2
+  
+    - name: Set up QEMU

Review comment:
       It is an add-on, incase we want to build multi arch images. Optional 
though!
   
   https://github.com/docker/buildx/#building-multi-platform-images
   
   usage
   
   ```bash
   $ docker buildx build --platform linux/amd64,linux/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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to