Skip to content

Commit

Permalink
Reverted back to linux/amd64 for platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Dec 23, 2024
1 parent 159bfb1 commit 95e8607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ jobs:
with:
context: ${{ matrix.app }}
file: ${{ matrix.app }}/docker/Dockerfile
platforms: "${{ matrix.architecture }}"
platforms: linux/amd64
# platforms: "${{ matrix.architecture }}"

Check warning on line 176 in .github/workflows/deploy.yml

View workflow job for this annotation

GitHub Actions / Test documentation and generate openapi html documentation

176:1 [comments-indentation] comment not indented like content
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 95e8607

Please sign in to comment.