未验证 提交 c8b89e53 编写于 作者: K kezhenxu94 提交者: GitHub

Set up QEMU and Buildx in GHA to support cross platform (#8142)

上级 ba630a3c
......@@ -52,5 +52,9 @@ jobs:
registry: ${{ env.HUB }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build and push docker images
run: make build.all docker.push
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册