Skip to content

Commit

Permalink
build: Only build linux/arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Eta0 committed Oct 31, 2024
1 parent c773b1e commit 05cfcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=registry,ref=${{ env.REGISTRY }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY }}:buildcache,mode=max
platforms: linux/amd64,linux/arm64
platforms: linux/arm64
- name: Clear registry credentials
if: always()
run: |
Expand Down

0 comments on commit 05cfcd3

Please sign in to comment.