2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-03 06:10:23 +00:00

Update docker-build-push.yml to support arm64 (#1492)

This commit is contained in:
rexeo-asia 2024-11-11 14:11:56 +08:00 committed by GitHub
parent 285abd0b07
commit 88ac02198a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,9 @@ jobs:
image: registry:2
ports:
- 5000:5000
strategy:
matrix:
arch: [amd64, arm64]
steps:
- name: Checkout
@ -46,6 +49,7 @@ jobs:
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 }}