Skip to content

Commit

Permalink
chore: add platforms to docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere committed Oct 25, 2024
1 parent 574ffb0 commit b0ffdee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,8 @@ jobs:
context: ./docker
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
platforms:
- linux/amd64

Check failure on line 56 in .github/workflows/docker-build-push.yml

View workflow job for this annotation

GitHub Actions / Validate GHA

expected scalar node for string value but found sequence node with "!!seq" tag
- linux/arm64
- darwin

0 comments on commit b0ffdee

Please sign in to comment.