Skip to content

Commit

Permalink
Update ci.yml to support arm64 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler authored Sep 30, 2024
1 parent 3e6b809 commit 9c9b461
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ jobs:
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
VCS_REF=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64,linux/arm64
provenance: false
images: ${{ secrets.DOCKERHUB_USERNAME }}/yamlfix

0 comments on commit 9c9b461

Please sign in to comment.