Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
fixed bug with platforms
  • Loading branch information
a1cd authored Jan 12, 2024
1 parent 9ae36b9 commit d61cf83
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
context: .
target: run
push: true
platforms:
- linux/arm64
- linux/amd64
platforms: linux/arm64,linux/amd64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
Expand Down

0 comments on commit d61cf83

Please sign in to comment.