Skip to content

Commit

Permalink
Change order of platforms in build
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed May 24, 2024
1 parent cacb9a7 commit d87244c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:pihole-unbound/"
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8
push: true
tags: aleksanderbl/pihole-unbound:latest,aleksanderbl/pihole-unbound:${{ steps.latest_release.outputs.release }}
if: ${{ steps.latest_release.outputs.release != steps.previous_release.outputs.release }}
Expand Down

0 comments on commit d87244c

Please sign in to comment.