Skip to content

Commit

Permalink
FEAT: support amd and arm achitecture docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
lnart committed Apr 4, 2024
1 parent cb30f4e commit f8c54cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: ./
platforms: linux/amd64
platforms: linux/amd64, linux/arm64
push: true
tags: ${{ steps.metadata.outputs.tags }}
cache-from: type=gha
Expand Down

0 comments on commit f8c54cf

Please sign in to comment.