The installation page doesn't offer any option for the ARMv8 architecture.
Also, there is not any build for ARMv8 available on the Github release page.
A new build or instructions to compile the CLI from source on this platform would be helpful.
Help I got here, got me to the stage where I get the following error when running go install github.com/exercism/cli/exercism :
/tmp/go-build626712024/github.com/exercism/cli/exercism/_obj/_go_.o: In function `main.main':
/home/alarm/.go/src/github.com/exercism/cli/exercism/main.go:42: undefined reference to `github_com_urfave_cli.
UPDATE
I get the same error when doing go get github.com/exercism/cli/exercism
Additional information:
Distribution: Arch Linux ARM
Architecture: aarch64
Note: also tried the AUR package, which doesn't build.
The installation page doesn't offer any option for the ARMv8 architecture.
Also, there is not any build for ARMv8 available on the Github release page.
A new build or instructions to compile the CLI from source on this platform would be helpful.
Help I got here, got me to the stage where I get the following error when running
go install github.com/exercism/cli/exercism:UPDATE
I get the same error when doing
go get github.com/exercism/cli/exercismAdditional information:
Distribution: Arch Linux ARM
Architecture: aarch64
Note: also tried the AUR package, which doesn't build.