Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Remove platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Jul 15, 2023
1 parent ef41d11 commit 39a0b1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@ jobs:
with:
push: true
tags: ghcr.io/kkrt-labs/kakacet/backend:latest
platforms: linux/amd64,linux/arm/v8
context: ./backend
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/kkrt-labs/kakacet/frontend:latest
platforms: linux/amd64,linux/arm/v8
context: ./frontend

0 comments on commit 39a0b1c

Please sign in to comment.