Skip to content

RISC-V CPU support #4708

@ghuntley

Description

@ghuntley

Let's add support for running our coder CLI on the RISC-V CPU architecture (https://riscv.org/).

It should be relatively straight forward (GOARCH=riscv GOOS=linux) but there's a chance it could be quite involved (topics of stubbing if 3rd party libraries are not supported) thus the importance to communicate early if it looks like this isn't going to be straight forward.

  1. build coder/coder for RISC-V
  2. update our GitHub actions pipelines to publish this RISC-V binary when other binaries for other CPU architectures are published.
  3. test your binary on RISC-V hardware.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliArea: CLI

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions