Skip to content

Commit

Permalink
chore: disable arm64 build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Feb 1, 2025
1 parent 4fe5ab8 commit 93ce6c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64 # TODO disable arm64 for now, because it cause error
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 93ce6c4

Please sign in to comment.