2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-23 10:38:58 +00:00

add QEMU action (#737)

This commit is contained in:
Al Majumdar 2022-03-28 23:23:14 +05:30 committed by GitHub
parent 94930b04be
commit 21fdeee837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
with:
image: tonistiigi/binfmt:latest
platforms: all
- name: Setup Buildx
uses: docker/setup-buildx-action@v1
with:
@ -43,7 +49,7 @@ jobs:
run: python3 ./.github/scripts/get_latest_tags.py --repo ${{ inputs.repo }} --version ${{ inputs.version }}
- name: Build
uses: docker/bake-action@v1.6.0
uses: docker/bake-action@v1.7.0
with:
push: true
env:
@ -74,6 +80,6 @@ jobs:
- name: Push
if: ${{ inputs.push }}
uses: docker/bake-action@v1.6.0
uses: docker/bake-action@v1.7.0
with:
push: true