Loading
k3s: fix build reproducibility
The upstream build script's tar produces non-deterministic output due to filesystem file ordering and build-time timestamps. Add --sort=name and --mtime=@0 to make the embedded data tarball reproducible. Fixes #430225