The problem occur when I build the image like this: ```bash FROM --platform=linux/arm node:20 ``` The process get stuck at: ```bash => => # npm info run aws-lambda-ric@3.1.0 preinstall node_modules/aws-lambda-ric ./scripts/preinstall.sh ``` <img width="1010" alt="image" src="https://github.com/user-attachments/assets/70d211d0-f31f-4cbb-8018-035eded2cadc"> When I use in my dockerfile something like: ```bash FROM node:20 ``` it run smoothly