Skip to content

Commit

Permalink
chore(ci): build only linux/amd64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LironEr committed Jan 4, 2025
1 parent f97b979 commit c21328d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
cache-from: |
type=registry,ref=ghcr.io/lironer/bundlemon-${{ steps.app_name.outputs.value }}:latest
cache-to: type=inline
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
provenance: true
push: true

Expand Down

0 comments on commit c21328d

Please sign in to comment.