Skip to content

Commit c0f86c1

Browse files
committed
refactor: Remove unsupported platforms from CI configuration in GitHub Actions
1 parent 82ba40c commit c0f86c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
push: ${{ github.event_name != 'pull_request' }}
8686
tags: ${{ steps.meta.outputs.tags }}
8787
labels: ${{ steps.meta.outputs.labels }}
88-
platforms: linux/amd64,linux/arm64
8988
cache-from: |
9089
type=gha,scope=${{ github.ref_name }}-${{ github.job }}
9190
type=registry,ref=ghcr.io/${{ github.repository }}:buildcache

0 commit comments

Comments
 (0)