Skip to content

Commit

Permalink
Enable arm64 and armv7 image builds
Browse files Browse the repository at this point in the history
Signed-off-by: Vidhem <[email protected]>
  • Loading branch information
vidhem committed Nov 24, 2021
1 parent 45cce6e commit 88a9de3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

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

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

- name: Log in to the Container registry
uses: docker/login-action@v1
with:
Expand All @@ -45,5 +51,6 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 88a9de3

Please sign in to comment.