Skip to content

Commit

Permalink
Added ARM to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuluPro committed Jun 2, 2023
1 parent f6acf20 commit 63d63c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build image
run: docker buildx build . --tag "epicwink/proxpi:${{ github.ref_name }}"
run: docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 . --tag "epicwink/proxpi:${{ github.ref_name }}"
- name: Login to DockerHub
run: >
echo ${{ secrets.DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 63d63c0

Please sign in to comment.