Skip to content

Commit

Permalink
chore: remove arm64 from platform targets
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 8, 2024
1 parent 40062d7 commit 634ef82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
tags:
registry.lunary.ai/backend:${{ steps.timestamp.outputs.timestamp }}-${{ github.sha }},
registry.lunary.ai/backend:latest
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

- name: Build and push frontend
uses: docker/build-push-action@v5
Expand All @@ -49,7 +49,7 @@ jobs:
tags:
registry.lunary.ai/frontend:${{ steps.timestamp.outputs.timestamp }}-${{ github.sha }},
registry.lunary.ai/frontend:latest
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

- name: Build and push db
uses: docker/build-push-action@v5
Expand All @@ -60,7 +60,7 @@ jobs:
tags:
registry.lunary.ai/db:${{ steps.timestamp.outputs.timestamp }}-${{ github.sha }},
registry.lunary.ai/db:latest
platforms: linux/amd64,linux/arm64
platforms: linux/amd64

deploy:
needs: build-and-push
Expand Down

0 comments on commit 634ef82

Please sign in to comment.