aws / aws/aws-lambda-nodejs-runtime-interface-client

preinstall node_modules/aws-lambda-ric ./scripts/preinstall.sh on arm

未关闭
#121 5 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
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
```

image

When I use in my dockerfile something like:
```bash
FROM node:20
```

it run smoothly

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。