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

Commit

Permalink
Add build workflow multiplatforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Jul 15, 2023
1 parent e9301af commit ef41d11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ 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 ef41d11

Please sign in to comment.