ci: for arm64 build frappe/erpnext like frappe/bench (#1587)

This commit is contained in:
Revant Nandgaonkar
2025-03-13 14:03:55 +05:30
committed by GitHub
parent 9601c1615e
commit 1e0fba9959

View File

@@ -47,12 +47,12 @@ jobs:
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:latest
platforms: all
- name: Setup Buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: network=host
platforms: linux/${{ matrix.arch }}
- name: Get latest versions
run: python3 ./.github/scripts/get_latest_tags.py --repo ${{ inputs.repo }} --version ${{ inputs.version }}
@@ -95,3 +95,4 @@ jobs:
uses: docker/bake-action@v6.5.0
with:
push: true
set: "*.platform=linux/amd64,linux/arm64"