Skip to content

Commit 191dc59

Browse files
committed
Build container images for multi architectures
Signed-off-by: Manuel Morejon <[email protected]>
1 parent 45c5e05 commit 191dc59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
push: true
4242
context: ./users/
43+
platforms: linux/amd64,linux/arm/v7,linux/arm64
4344
file: ./users/Dockerfile
4445
tags: |
4546
mmorejon/${{ env.USERS_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
@@ -49,6 +50,7 @@ jobs:
4950
with:
5051
push: true
5152
context: ./website/
53+
platforms: linux/amd64,linux/arm/v7,linux/arm64
5254
file: ./website/Dockerfile
5355
tags: |
5456
mmorejon/${{ env.WEBSITE_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
@@ -58,6 +60,7 @@ jobs:
5860
with:
5961
push: true
6062
context: ./movies/
63+
platforms: linux/amd64,linux/arm/v7,linux/arm64
6164
file: ./movies/Dockerfile
6265
tags: |
6366
mmorejon/${{ env.MOVIES_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
@@ -67,6 +70,7 @@ jobs:
6770
with:
6871
push: true
6972
context: ./showtimes/
73+
platforms: linux/amd64,linux/arm/v7,linux/arm64
7074
file: ./showtimes/Dockerfile
7175
tags: |
7276
mmorejon/${{ env.SHOWTIMES_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}
@@ -76,6 +80,7 @@ jobs:
7680
with:
7781
push: true
7882
context: ./bookings/
83+
platforms: linux/amd64,linux/arm/v7,linux/arm64
7984
file: ./bookings/Dockerfile
8085
tags: |
8186
mmorejon/${{ env.BOOKINGS_IMAGE_NAME }}:${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)