Skip to content

Commit 28d9ca8

Browse files
committed
updated dockerfile
1 parent 2196939 commit 28d9ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build-Docker-Image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
file: ./backend/Dockerfile
3737
push: ${{ github.event_name != 'pull_request' }}
3838
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-backend:latest
39-
platforms: linux/amd64,linux/arm64,linux/arm/v8
39+
platforms: linux/amd64,linux/arm64
4040
cache-from: type=gha
4141
cache-to: type=gha,mode=max
4242

@@ -47,7 +47,7 @@ jobs:
4747
file: ./frontend/Dockerfile
4848
push: ${{ github.event_name != 'pull_request' }}
4949
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-frontend:latest
50-
platforms: linux/amd64,linux/arm64,linux/arm/v8
50+
platforms: linux/amd64,linux/arm64
5151
cache-from: type=gha
5252
cache-to: type=gha,mode=max
5353

0 commit comments

Comments
 (0)