Skip to content

Commit

Permalink
Update platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
danclough committed Jun 16, 2023
1 parent a8ccbaf commit a50d7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: qemu
uses: docker/[email protected]
with:
platforms: linux/amd64,linux/arm64,linux/armv7
platforms: linux/amd64,linux/arm64
- name: Set up Docker Buildx
uses: docker/[email protected]
- name: Login to GitHub Container Registry
Expand All @@ -49,7 +49,7 @@ jobs:
with:
context: .
push: true
platforms: ${{ steps.qemu.outputs.platforms }}
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/danclough/amcrest2mqtt:latest
ghcr.io/danclough/amcrest2mqtt:${{ steps.tag.outputs.new_tag }}
Expand Down

0 comments on commit a50d7ae

Please sign in to comment.