Skip to content

Releases: arachsys/packages

2025-11-03

03 Nov 11:55

Choose a tag to compare

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

24 Oct 14:03

Choose a tag to compare

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

28 Apr 10:44

Choose a tag to compare

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

17 Nov 18:20

Choose a tag to compare

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

07 Jul 20:13

Choose a tag to compare

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

12 Jun 16:47

Choose a tag to compare

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

06 May 21:51

Choose a tag to compare

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

26 Feb 17:58

Choose a tag to compare

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

01 Jan 10:28

Choose a tag to compare

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

23 Dec 14:06

Choose a tag to compare

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.