Skip to content

Commit

Permalink
feature: adds support for arm64 images (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
fboaventura authored Feb 9, 2024
1 parent eeb0c00 commit 2f83733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-hub-image-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
with:
context: .
file: ${{ matrix.dockerfile }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 2f83733

Please sign in to comment.