Skip to content

Commit

Permalink
✨ Add multiarch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Mar 17, 2024
1 parent a3f2278 commit ab118c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
# TODO: remove debug
tags: |
tiangolo/uvicorn-gunicorn:${{ matrix.image.name }}-debug
Expand All @@ -61,6 +62,7 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: tiangolo/uvicorn-gunicorn:latest-debug
context: ./docker-images/
file: ./docker-images/${{ matrix.image.name }}.dockerfile
Expand Down

0 comments on commit ab118c0

Please sign in to comment.