aws / aws/aws-lambda-nodejs-runtime-interface-client
preinstall node_modules/aws-lambda-ric ./scripts/preinstall.sh on arm
Open
- Dominant language
- TypeScript
- Stars
- 224
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
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
```
When I use in my dockerfile something like:
```bash
FROM node:20
```
it run smoothly
Contributor guide
Assessment
This issue has not been assessed yet.