mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
revert: arm64 builds
This commit is contained in:
parent
ebdbc94411
commit
93fcc541b4
1 changed files with 0 additions and 9 deletions
9
.github/workflows/docker-build-push.yml
vendored
9
.github/workflows/docker-build-push.yml
vendored
|
|
@ -45,16 +45,8 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup QEMU for Test Builds
|
||||
if: ${{ !inputs.push }}
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Setup QEMU
|
||||
if: ${{ inputs.push }}
|
||||
uses: docker/setup-qemu-action@v3
|
||||
with:
|
||||
image: tonistiigi/binfmt:latest
|
||||
platforms: all
|
||||
|
||||
- name: Setup Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
|
@ -100,4 +92,3 @@ jobs:
|
|||
uses: docker/bake-action@v6.5.0
|
||||
with:
|
||||
push: true
|
||||
set: "*.platform=linux/amd64,linux/arm64"
|
||||
|
|
|
|||
Loading…
Reference in a new issue