Skip to content

Commit

Permalink
Merge pull request #210 from panoratech/docker-compose-slim
Browse files Browse the repository at this point in the history
🐛 CI Mac Build for arm64
  • Loading branch information
rflihxyz authored Dec 30, 2023
2 parents bcb417c + 8ec79e2 commit 9d0694b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sh-build-push-docker-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
context: .
file: ./apps/frontend-snippet/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: panoradotdev/frontend-magic-links:latest
build-args: |
Expand All @@ -49,6 +50,7 @@ jobs:
context: .
file: ./apps/webapp/Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: panoradotdev/frontend-webapp:latest
build-args: |
VITE_BACKEND_DOMAIN=${{ secrets.VITE_BACKEND_DOMAIN }}
Expand All @@ -59,6 +61,7 @@ jobs:
with:
context: .
file: ./packages/api/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: panoradotdev/backend-api:latest
build-args: |
Expand Down

0 comments on commit 9d0694b

Please sign in to comment.