Skip to content

2023-11-17

Choose a tag to compare

@arachsys arachsys released this 17 Nov 18:20
· 1299 commits to master since this release

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.