Skip to content

Commit

Permalink
fix(docker): πŸ› multiarch (#10)
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Arora <1895906+whizzzkid@users.noreply.github.com>
  • Loading branch information
whizzzkid authored Oct 13, 2023
1 parent 83e4b49 commit 4682d7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
provenance: false
platforms: linux/amd64,linux/arm/v8,linux/arm64

- name: Docker meta
Expand Down

0 comments on commit 4682d7a

Please sign in to comment.