Remove arm32 (#5935)

* remove references to 32bit arm

* scheduled build to maintain actions cache
This commit is contained in:
Blake Blackshear
2023-04-08 10:24:28 -05:00
committed by GitHub
parent 37db4070ce
commit cefbed614f
8 changed files with 50 additions and 35 deletions

View File

@@ -6,8 +6,6 @@ s6_version="3.1.4.1"
if [[ "${TARGETARCH}" == "amd64" ]]; then
s6_arch="x86_64"
elif [[ "${TARGETARCH}" == "arm" ]]; then
s6_arch="armhf"
elif [[ "${TARGETARCH}" == "arm64" ]]; then
s6_arch="aarch64"
fi