eclipse / kuksa.val

kuksa.val
Apache License 2.0
89 stars 52 forks source link

Build and test RISCV #703

Closed SebastianSchildt closed 8 months ago

SebastianSchildt commented 8 months ago

This builds and pushes RISCV containers as well. One step further towards full #666

I extended the integration test, so that all containers are tested (before only the one similar to the runner architecture)

As the riscv builds need to based on glibc for the moment, there was no easy way to adapt the general docker file, so I switched to building with cross and having the docker just "package" the binaries. On the plus side

Once this is in, I'd give the rust-cli the same treatment

erikbosch commented 8 months ago

Looks good to me. I did a very simple smoke test just starting the tll.sh container on amd64. I have not tested the risc part.