Skip to content

Commit

Permalink
fix(ci): only build linux/amd64 for now
Browse files Browse the repository at this point in the history
related #98
  • Loading branch information
sentriz committed Nov 7, 2023
1 parent 6ef276a commit 7004071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
with:
context: .
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
# platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64
push: true
tags: |
ghcr.io/${{ github.repository }}:${{ needs.release-please.outputs.tag_name }}
Expand Down

0 comments on commit 7004071

Please sign in to comment.