2023-11-17
This 2023-11-17 snapshot of amd64, arm32 and arm64 binary images is archived with
for DIR in ~/img/{amd64,arm32,arm64}; do
pushd $DIR
tar -c -f - --numeric-owner $(< base) $(< build) @(build|go|rust) \
| zstd -o /tmp/build-${DIR##*/}-$(date +%Y%m%d).tar.zst -T0 -19
popd
done
It includes the minimal subset required to build other supported packages on each architecture.