ci: build arm64 images

This commit is contained in:
Revant Nandgaonkar 2024-11-11 11:31:49 +05:30
parent 0f1a74070d
commit c04ffb8ac3

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 }}