Skip to content

Commit

Permalink
Publish ARM images
Browse files Browse the repository at this point in the history
Allow the action to run on self-hosted ARM64 workers, compatible with AWS Graviton ARM instances.
  • Loading branch information
mightyguava authored Oct 6, 2023
1 parent 19b3c29 commit ee1644c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
with:
tags: ${{ steps.docker-meta.outputs.tags }}
labels: ${{ steps.docker-meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
pull: true
# deploy image actions from commits pushed to master and
# deploy Dockerfile actions from pushed version tags (no major versions)
Expand Down

0 comments on commit ee1644c

Please sign in to comment.