mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
ci: for arm64 build frappe/erpnext like frappe/bench (#1587)
This commit is contained in:
parent
9601c1615e
commit
1e0fba9959
1 changed files with 5 additions and 4 deletions
9
.github/workflows/docker-build-push.yml
vendored
9
.github/workflows/docker-build-push.yml
vendored
|
|
@ -45,14 +45,14 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up QEMU
|
||||
- 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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue