diff --git a/.github/workflows/merged_ci.yml b/.github/workflows/merged_ci.yml index 7a5be5f..5946be8 100644 --- a/.github/workflows/merged_ci.yml +++ b/.github/workflows/merged_ci.yml @@ -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