Drop support for armv7 builds, bump version, update docs

This commit is contained in:
Jamie Curnow
2026-02-17 12:55:56 +10:00
parent 5916fd5bee
commit 5f5a3870e4
5 changed files with 14 additions and 17 deletions
-4
View File
@@ -17,10 +17,6 @@ case $TARGETPLATFORM in
S6_ARCH=aarch64
;;
linux/arm/v7)
S6_ARCH=armhf
;;
*)
S6_ARCH=x86_64
;;