Skip to content

Commit

Permalink
🐛 CI Docker: linux/amd64,linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachid F committed Dec 30, 2023
1 parent 261920b commit 4063de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sh-build-push-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Build and push Frontend (Magic Links)
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
context: .
file: ./apps/frontend-snippet/Dockerfile
push: true
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Build and push Frontend (Dashboard)
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
context: .
file: ./apps/webapp/Dockerfile
push: true
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Build and push Backend (API)
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
context: .
file: ./packages/api/Dockerfile
push: true
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ services:
unless-stopped
ports:
- 3000:3000
#command: cd /app/packages/api && node dist/src/main.js
depends_on:
postgres:
condition: service_healthy
Expand Down

0 comments on commit 4063de1

Please sign in to comment.