aws / aws/aws-lambda-nodejs-runtime-interface-client
preinstall node_modules/aws-lambda-ric ./scripts/preinstall.sh on arm
未关闭
- 主要语言
- TypeScript
- 星标
- 224
- 派生
- 60
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
贡献指南
评估
这个 Issue 还没有评估数据。