Open ernado opened 1 year ago
I've made another attempt to support riscv64, but it requires medium size non-trivial refactoring: https://github.com/GoogleContainerTools/distroless/pull/1270
I think it will never be merged, but it was interesting exercise and I've became familiar enough with bazel and distroless repo to create a functioning fork with CI/CD for image publishing.
riscv64 architecture support for static images
Add support for riscv64 architecture, so riscv64 support can be added for dependant projects that are building on distroless.
The static images support would be enough.
Current issues
There are no packages snapshot for riscv64, so
updateWorkspaceSnapshots.sh
will fail.Reference
Upd
I've made a fork with CI/CD for building distroless riscv64 images on Debian Sid (unstable):
https://github.com/go-riscv/distroless
Looks like I will stick to it until Debian Trixie is released, where riscv64 will be (hopefully) stable, I think it will be in 2025.