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

This commit is contained in:
kezhenxu94 2021-11-17 23:08:27 +08:00 committed by GitHub
parent ba630a3cb9
commit c8b89e5379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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