Skip to content

Commit

Permalink
ci: add arm64 docker image
Browse files Browse the repository at this point in the history
Signed-off-by: Zasda Yusuf Mikail <zasdaym@gmail.com>
  • Loading branch information
zasdaym authored and Eugeny committed Dec 26, 2023
1 parent 7e260e8 commit 92dc885
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
with:
submodules: recursive

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
Expand All @@ -50,3 +53,4 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64, linux/arm64

0 comments on commit 92dc885

Please sign in to comment.