2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-11-08 14:21:05 +00:00

Revert "Build arm64 images in addition to amd64 images (#1098)" (#1099)

This reverts commit 84fcbd9bf6.
This commit is contained in:
Revant Nandgaonkar 2023-03-13 11:03:01 +05:30 committed by GitHub
parent 84fcbd9bf6
commit fb05f01fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,12 +34,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
with:
image: tonistiigi/binfmt:latest
platforms: all
- name: Setup Buildx - name: Setup Buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v2
with: with:
@ -80,4 +74,3 @@ jobs:
uses: docker/bake-action@v2.3.0 uses: docker/bake-action@v2.3.0
with: with:
push: true push: true
set: "*.platform=linux/amd64,linux/arm64"