Skip to content

Commit

Permalink
fix(merged-ci): Remove ARM docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Dec 5, 2024
1 parent 4b6e1fc commit 63c3255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merged_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max

Expand Down

0 comments on commit 63c3255

Please sign in to comment.