Skip to content

Node download on s390x Linux on Z platform is not supported #379

@mengwan9

Description

@mengwan9

Hi,

We are building our project with "com.moowork.node" plugin. However, currently gradle node plugin can't recognize the platform s390x as the correct os.arch, it always returns the wrong platform "x86" instead. Though we are applying the com.moowork.node of version v1.2.0, i think the problem is affecting all versions of this gradle plugin.

Linux on Z system:

os.arch = s390x
os.name = Linux
execute "uname -m" = s390x

execute "cat /proc/version":
Linux version 3.10.0-1160.36.2.el7.s390x (mockbuild@s390-037.build.eng.bos.redhat.com) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Wed Jul 7 22:55:15 EDT 2021

The node download url, eg, "https://nodejs.org/dist/v6.14.3/node-v6.14.3-linux-s390x.tar.gz", is expected.

So can you help fix this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions