Skip to content

Commit

Permalink
Attempt multi-platform builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Oct 25, 2023
1 parent c3a7815 commit 2d17258
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 @@ -46,6 +46,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ./
file: ./docker/dockerfiles/Dockerfile.backend
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
context: ./client
file: ./docker/dockerfiles/Dockerfile.frontend
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 2d17258

Please sign in to comment.