Skip to content

Commit

Permalink
feat(docker): ✨ multi-arch (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Nishant Arora <[email protected]>
  • Loading branch information
whizzzkid authored Oct 13, 2023
1 parent d3d5e13 commit 83e4b49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm/v8,linux/arm64

- name: Docker meta
id: meta
Expand Down

0 comments on commit 83e4b49

Please sign in to comment.