Skip to content

Commit

Permalink
adding support for multi-platform and adding arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
chasebolt committed Nov 3, 2024
1 parent 4bbdd1c commit b282705
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
with:
platforms: linux/amd64,linux/arm64
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit b282705

Please sign in to comment.