We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Debian has announced loong64 as a new port. LXD compiles fine, but encounters a run-time panic on that architecture (buildd log):
panic: Architecture isn't supported: loong64 goroutine 1 [running]: github.com/lxc/lxd/shared/version.getUserAgent() github.com/lxc/lxd/shared/version/useragent.go:22 +0x548 github.com/lxc/lxd/shared/version.init() github.com/lxc/lxd/shared/version/useragent.go:15 +0x28
I'm not sure if this will require more than just adding loong64 to shared/osarch/architectures.go.
shared/osarch/architectures.go
The text was updated successfully, but these errors were encountered:
lxc/incus#171
Sorry, something went wrong.
cc559cf
shared/osarch: Add loongarch64
9341d40
Closes canonical#12387 Signed-off-by: Stéphane Graber <[email protected]> Signed-off-by: Thomas Hipp <[email protected]>
7dd171f
monstermunchkin
No branches or pull requests
Debian has announced loong64 as a new port. LXD compiles fine, but encounters a run-time panic on that architecture (buildd log):
I'm not sure if this will require more than just adding loong64 to
shared/osarch/architectures.go
.The text was updated successfully, but these errors were encountered: