Bläddra i källkod

docker: add ppc64le support

Thanks to OSU Open Source Lab for making this possible
Nicola Murino 4 år sedan
förälder
incheckning
442efa0607
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .github/workflows/docker.yml

+ 1 - 1
.github/workflows/docker.yml

@@ -111,7 +111,7 @@ jobs:
         uses: docker/build-push-action@v2
         uses: docker/build-push-action@v2
         with:
         with:
           file: ./${{ steps.info.outputs.dockerfile }}
           file: ./${{ steps.info.outputs.dockerfile }}
-          platforms: linux/amd64,linux/arm64
+          platforms: linux/amd64,linux/arm64,linux/ppc64le
           push: ${{ github.event_name != 'pull_request' }}
           push: ${{ github.event_name != 'pull_request' }}
           tags: ${{ steps.info.outputs.tags }}
           tags: ${{ steps.info.outputs.tags }}
           build-args: |
           build-args: |