Skip to content

Commit

Permalink
Add arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
biow0lf committed Jul 29, 2022
1 parent 4cff7b8 commit 5f2e1d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

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

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
Expand All @@ -34,8 +37,10 @@ jobs:
id: docker_build
uses: docker/build-push-action@v3
with:
pull: true
push: true
no-cache: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

Expand Down

0 comments on commit 5f2e1d4

Please sign in to comment.