Skip to content

Commit

Permalink
ci: build arm64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
revant committed Nov 11, 2024
1 parent 0f1a740 commit c04ffb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
image: registry:2
ports:
- 5000:5000
strategy:
matrix:
arch: [amd64, arm64]

steps:
- name: Checkout
Expand All @@ -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 }}
Expand Down

0 comments on commit c04ffb8

Please sign in to comment.