Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x86_musl build not working for Javascript native module #1270

Open
aaronvg opened this issue Dec 23, 2024 · 0 comments
Open

x86_musl build not working for Javascript native module #1270

aaronvg opened this issue Dec 23, 2024 · 0 comments

Comments

@aaronvg
Copy link
Contributor

aaronvg commented Dec 23, 2024

arm64-musl works, but not x86.


FROM node:20-alpine

# Set optional build-time environment variables
ARG DEV_ENV
ARG NPM_INSTALL_TOKEN

# Create app directory
WORKDIR /usr/src/app

# Copy package files
COPY package*.json ./

# Install dependencies
RUN npm install

# Copy source code
COPY . .

# Build TypeScript
RUN npm run build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant