Skip to content

Start building riscv64 release artifacts #203

@felixonmars

Description

@felixonmars

dive attempts to run install.sh here which downloads binary artifacts from releases, and this fails on riscv64 where no binary releases were uploaded.

[error] uname_arch_check 'riscv64' got converted to 'riscv64' which is not a GOARCH value.  Please file bug report at https://github.com/client9/shlib
[info] fetching release script for tag='v0.11.0'
[error] uname_arch_check 'riscv64' got converted to 'riscv64' which is not a GOARCH value.  Please file bug report at https://github.com/client9/shlib
[info] using release tag='v0.11.0' version='0.11.0' os='linux' arch='riscv64'
[error] could not find release asset for os='linux' arch='riscv64' format='tar.gz'
[error] failed to install binny
make[1]: .tool/binny: No such file or directory
make[1]: *** [Makefile:20: .tool/task] Error 127
make: *** [Makefile:24: test] Error 2

It would be nice to make it available so downstream projects could rely on binny for more architectures support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions