Skip to content

Commit

Permalink
remove explicit arm64/v8 and let it be infered
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Jan 23, 2025
1 parent 14454ae commit fe8dc70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push-ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
tags: |
ghcr.io/intuitem/ciso-assistant-enterprise-frontend:${{ env.VERSION }}
ghcr.io/intuitem/ciso-assistant-enterprise-frontend:latest
platforms: linux/amd64,linux/arm64,linux/arm64/v8
platforms: linux/amd64,linux/arm64

- name: Build and Push Enterprise Backend Docker Image
uses: docker/build-push-action@v6
Expand All @@ -66,4 +66,4 @@ jobs:
tags: |
ghcr.io/intuitem/ciso-assistant-enterprise-backend:${{ env.VERSION }}
ghcr.io/intuitem/ciso-assistant-enterprise-backend:latest
platforms: linux/amd64,linux/arm64,linux/arm64/v8
platforms: linux/amd64,linux/arm64
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
tags: |
ghcr.io/${{ github.repository }}/frontend:${{ env.VERSION }}
ghcr.io/${{ github.repository }}/frontend:latest
platforms: linux/amd64,linux/arm64,linux/arm64/v8
platforms: linux/amd64,linux/arm64

- name: Build and Push Backend Docker Image
uses: docker/build-push-action@v6
Expand All @@ -66,4 +66,4 @@ jobs:
tags: |
ghcr.io/${{ github.repository }}/backend:${{ env.VERSION }}
ghcr.io/${{ github.repository }}/backend:latest
platforms: linux/amd64,linux/arm64,linux/arm64/v8
platforms: linux/amd64,linux/arm64

0 comments on commit fe8dc70

Please sign in to comment.