Skip to content

Commit

Permalink
Fix platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed Dec 11, 2021
1 parent 6b66b60 commit 4d5e032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
context: .
file: Docker/Backend.docker
platforms: linux/aarch64,linux/s390x,linux/ppc64le,linux/amd64
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.backend-meta.outputs.tags }}
labels: ${{ steps.backend-meta.outputs.labels }}
Expand All @@ -72,7 +72,7 @@ jobs:
with:
context: .
file: Docker/Frontend.docker
platforms: linux/aarch64,linux/s390x,linux/ppc64le,linux/amd64
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
push: true
tags: ${{ steps.frontend-meta.outputs.tags }}
labels: ${{ steps.frontend-meta.outputs.labels }}

0 comments on commit 4d5e032

Please sign in to comment.