Skip to content

Commit

Permalink
Merge pull request #31 from giovanni-liboni/master
Browse files Browse the repository at this point in the history
Added multi-arch support for linux/arm64 and linux/arm/v7
  • Loading branch information
josegonzalez authored Sep 2, 2022
2 parents 0280a6b + 4f5a4a5 commit 8c9eb69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: dokku/ci-docker-image:${{ needs.push-enabled.outputs.docker-image-tag }}
labels: |
${{ steps.docker_meta.outputs.labels }}
Expand Down

0 comments on commit 8c9eb69

Please sign in to comment.