aws / aws/aws-lambda-nodejs-runtime-interface-client
preinstall node_modules/aws-lambda-ric ./scripts/preinstall.sh on arm
Aperta
- Lingua principale
- TypeScript
- Stelle
- 224
- Fork
- 60
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.