mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-18 19:44:24 -04:00
33 lines
758 B
YAML
33 lines
758 B
YAML
autoInstallPeers: true
|
|
|
|
publicHoistPattern:
|
|
- "*"
|
|
|
|
# Ensure platform-specific optional dependencies (e.g. Rollup's native
|
|
# binaries pulled in via workbox) are fetched for every architecture we
|
|
# build/package for, not just the host that runs `pnpm install`. Without
|
|
# this, cross-arch RPM/OBS builds fail with "Cannot find module
|
|
# @rollup/rollup-linux-arm64-gnu" on aarch64.
|
|
supportedArchitectures:
|
|
os:
|
|
- current
|
|
- linux
|
|
cpu:
|
|
- x64
|
|
- arm64
|
|
libc:
|
|
- glibc
|
|
- musl
|
|
|
|
overrides:
|
|
fast-uri: ">=3.1.2"
|
|
undici: ">=7.28.0"
|
|
postcss: ">=8.5.10"
|
|
"serialize-javascript@<7.0.3": ">=7.0.3"
|
|
shell-quote: ">=1.8.4"
|
|
"@babel/plugin-transform-modules-systemjs": ">=7.29.4"
|
|
"@xmldom/xmldom": ">=0.8.13"
|
|
|
|
allowBuilds:
|
|
esbuild: true
|