Skip to content

Commit

Permalink
Build container images for multi architectures
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Morejon <[email protected]>
  • Loading branch information
mmorejon committed Jan 28, 2023
1 parent 45c5e05 commit 191dc59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
push: true
context: ./users/
platforms: linux/amd64,linux/arm/v7,linux/arm64
file: ./users/Dockerfile
tags: |
mmorejon/${{ env.USERS_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
Expand All @@ -49,6 +50,7 @@ jobs:
with:
push: true
context: ./website/
platforms: linux/amd64,linux/arm/v7,linux/arm64
file: ./website/Dockerfile
tags: |
mmorejon/${{ env.WEBSITE_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
Expand All @@ -58,6 +60,7 @@ jobs:
with:
push: true
context: ./movies/
platforms: linux/amd64,linux/arm/v7,linux/arm64
file: ./movies/Dockerfile
tags: |
mmorejon/${{ env.MOVIES_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
Expand All @@ -67,6 +70,7 @@ jobs:
with:
push: true
context: ./showtimes/
platforms: linux/amd64,linux/arm/v7,linux/arm64
file: ./showtimes/Dockerfile
tags: |
mmorejon/${{ env.SHOWTIMES_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
Expand All @@ -76,6 +80,7 @@ jobs:
with:
push: true
context: ./bookings/
platforms: linux/amd64,linux/arm/v7,linux/arm64
file: ./bookings/Dockerfile
tags: |
mmorejon/${{ env.BOOKINGS_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
Expand Down

0 comments on commit 191dc59

Please sign in to comment.