Skip to content

Commit

Permalink
feat: support arm64 architecture for docker image (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas <[email protected]>
  • Loading branch information
shreyasHpandya authored Feb 1, 2024
1 parent cd9937e commit 20145a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
labels: |-
org.opencontainers.image.source=https://github.com/${{ github.repository }}
org.opencontainers.image.revision=${{ github.sha }}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
build-args: |
GITVERSION=git-${{ steps.vars.outputs.git_revision }}
Expand Down

0 comments on commit 20145a0

Please sign in to comment.