mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-03-11 17:55:39 +00:00
Allow building for arm
This commit is contained in:
parent
8852fca320
commit
8b26bcf554
2 changed files with 6 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM node:18-alpine as base
|
FROM node:20-alpine as base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Build layer
|
# Build layer
|
||||||
|
|
|
||||||
|
|
@ -27,5 +27,10 @@
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-import-resolver-typescript": "^3.6.0",
|
"eslint-import-resolver-typescript": "^3.6.0",
|
||||||
"eslint-plugin-prettier": "^5.0.0"
|
"eslint-plugin-prettier": "^5.0.0"
|
||||||
|
},
|
||||||
|
"pnpm": {
|
||||||
|
"overides": {
|
||||||
|
"rollup": "@rollup/wasm-node"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue