Skip to content

Commit

Permalink
fix: correct platforms definition in the workflows docker build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Jul 28, 2024
1 parent d9d5e36 commit e347133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,7 @@ jobs:
with:
file: "Dockerfile"
context: .
platforms:
- linux/amd64
- linux/arm64
- darwin/arm64
platforms: linux/amd64, linux/arm64, darwin/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
with:
file: "Dockerfile"
context: .
platforms:
- linux/amd6
- linux/arm64
- darwin/arm64
platforms: linux/amd6, linux/arm64, darwin/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit e347133

Please sign in to comment.