Skip to content

Commit

Permalink
Disable arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Dec 12, 2024
1 parent 51f2db7 commit 72b7bf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
# linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 72b7bf3

Please sign in to comment.