-
Notifications
You must be signed in to change notification settings - Fork 37.1k
Open
Labels
extension-signatureIssues related to extension signature verificationIssues related to extension signature verificationfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
When installing @vscode/vsce-sign on non-x86 architectures (e.g., s390x and ppc64le), the installation fails with the following error:
npm error path /home/openvsx/ovsx/node_modules/@vscode/vsce-sign
npm error command failed
npm error command sh -c node ./src/postinstall.js
npm error The current platform (linux) and architecture (s390x) is not supported.
This prevents tools that depend on vsce-sign (vsce) from being used on these architectures.
Why this matters
Projects that build VS Code extensions or use VSCE tooling in multi-arch environments (including CI, containerized systems, and enterprise platforms) cannot support s390x and ppc64le without vsce-sign being available for these platforms.
Request
Please add prebuilt binaries or otherwise provide build support for the following architectures:
- linux/s390x
- linux/ppc64le
svor, RomanNikitenko, benz0li, MarekPikula, ibuziuk and 13 more
Metadata
Metadata
Assignees
Labels
extension-signatureIssues related to extension signature verificationIssues related to extension signature verificationfeature-requestRequest for new features or functionalityRequest for new features or functionality