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 b0fb6bf commit 2b2b682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
with:
file: "Dockerfile"
context: .
platforms: linux/amd64, linux/arm64/v8, darwin/arm64
platforms: linux/amd64, darwin/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
file: "Dockerfile"
context: .
platforms: linux/amd6, linux/arm64/v8, darwin/arm64
platforms: linux/amd6, darwin/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 2b2b682

Please sign in to comment.