瀏覽代碼

docker: add ppc64le support

Thanks to OSU Open Source Lab for making this possible
Nicola Murino 4 年之前
父節點
當前提交
442efa0607
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/docker.yml

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

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