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

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

Open
#121 5 comments 0 reactions 0 assignees View on GitHub
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
```

image

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

it run smoothly

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.