--- ./hack/build-all.bash	2021-06-05 22:10:20.000000000 -0400
+++ ./hack/build-all.bash	2021-06-05 22:10:44.000000000 -0400
@@ -50,7 +50,7 @@
     else
       CGO_ENABLED=0
     fi
-    if [[ "${ARCH}" == "ppc64" || "${ARCH}" == "ppc64le" || "${ARCH}" == "s390x" || "${ARCH}" == "arm" || "${ARCH}" == "arm64" ]] && [[ "${OS}" != "linux" ]]; then
+    if [[ "${ARCH}" == "ppc64" || "${ARCH}" == "ppc64le" || "${ARCH}" == "s390x" || "${ARCH}" == "arm" ]] && [[ "${OS}" != "linux" ]]; then
         # ppc64, ppc64le, s390x, arm and arm64 are only supported on Linux.
         echo "Building for ${OS}/${ARCH} not supported."
     else
