Releases: arachsys/packages
2025-11-03
This 2025-11-03 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.
2024-10-24
This 2024-10-24 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.
2024-04-28
This 2024-04-28 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.
demo-rpi4-20240428.img.zst is a bootable SD card image for an arm64 Raspberry Pi 4. It has the same subset of packages installed along with a handful of additions to allow convenient network access and building/bootstrapping the arm64 system. The initial root password is unset but network interfaces are unconfigured.
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.
2023-07-07
This 2023-07-07 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.
2023-06-12
This 2023-06-12 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.
2023-05-06
This 2023-05-06 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.
2023-02-26
This 2023-02-26 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.
2023-01-01
This 2023-01-01 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.
2022-12-23
This 2022-12-23 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.