Skip to content

Add vsce-sign support for Linux s390x and ppc64le architectures #282188

@svor

Description

@svor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    extension-signatureIssues related to extension signature verificationfeature-requestRequest for new features or functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions