Skip to content

Commit

Permalink
Added multi-arch support
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-liboni committed Sep 2, 2022
1 parent 0280a6b commit 4f5a4a5
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 4f5a4a5

Please sign in to comment.