mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
This reverts commit 84fcbd9bf6.
This commit is contained in:
parent
84fcbd9bf6
commit
fb05f01fd4
1 changed files with 0 additions and 7 deletions
7
.github/workflows/docker-build-push.yml
vendored
7
.github/workflows/docker-build-push.yml
vendored
|
|
@ -34,12 +34,6 @@ 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@v2
|
||||
with:
|
||||
|
|
@ -80,4 +74,3 @@ jobs:
|
|||
uses: docker/bake-action@v2.3.0
|
||||
with:
|
||||
push: true
|
||||
set: "*.platform=linux/amd64,linux/arm64"
|
||||
|
|
|
|||
Loading…
Reference in a new issue