Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release binaries for loongarch64 architecture #466

Closed
zhaixiaojuan opened this issue Feb 4, 2024 · 1 comment
Closed

Release binaries for loongarch64 architecture #466

zhaixiaojuan opened this issue Feb 4, 2024 · 1 comment

Comments

@zhaixiaojuan
Copy link
Contributor

Hello, PR(#370) has been merged. Is it possible to consider releasing binaries for the loongarch64 architecture?

@stgraber
Copy link
Member

stgraber commented Feb 4, 2024

We only include arm64 and x86_64 binaries in our releases as that's what's validated by our daily CI. Linux distributions packaging Incus may chose to build and test on loongarch64 though as they do many other architectures.

That said you can very easily build the CLI tool for loongarch64 on any system with a modern version of Go:

GOARCH=loong64 go build -v -x ./cmd/incus

Closing as we're not planning on including architectures other than aarch64 and x86_64 in the few binaries we include in our releases.

@stgraber stgraber closed this as completed Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants