mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
test action fix
This commit is contained in:
parent
68d17bba44
commit
6458a9b9e8
1 changed files with 6 additions and 0 deletions
6
.github/workflows/build_bench.yml
vendored
6
.github/workflows/build_bench.yml
vendored
|
|
@ -22,6 +22,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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue