Skip to content

Commit 61c9d58

Browse files
author
mike dupont
committed
arm64v8 build
1 parent 750bfd0 commit 61c9d58

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use a specific Node.js version for better reproducibility
22
#FROM node:23.3.0-slim AS builder
33
# note this architecture is listed twice in this file!
4-
FROM amd64/node:23-bookworm-slim AS builder
4+
FROM arm64v8/node:23-bookworm-slim AS builder
55

66
# Install pnpm globally and install necessary build tools
77
RUN npm install -g pnpm@9.4.0 && \
@@ -32,7 +32,7 @@ RUN pnpm install \
3232

3333
# Create a new stage for the final image
3434
#FROM node:23.3.0-slim
35-
FROM amd64/node:23-bookworm-slim
35+
FROM arm64v8/node:23-bookworm-slim
3636

3737
# Install runtime dependencies if needed
3838
RUN npm install -g pnpm@9.4.0 && \

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2+
Tetsing Building locally with
3+
`docker build --platform linux/arm64 .`
4+
15
# debug
26

37
`pnpm start:debug --characters=./characters/eliza.character.json`

0 commit comments

Comments
 (0)