Skip to content

Commit

Permalink
Disable arm
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Feb 10, 2025
1 parent b488785 commit 18f02a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd66 #linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true

0 comments on commit 18f02a9

Please sign in to comment.