buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -xe ; \tARCH=\"${TARGETARCH}\" ; \tbase_url=\"https://download.postgresql.org/pub/repos/yum/reporpms\" ; \tpg_audit_pkg=\"pgaudit14_12\" ; \tcase $ARCH in \t\t\tamd64) \t\t\t\tyum -y install \"${base_url}/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm\" ; \t\t\t\tif [ \"12\" -gt \"15\" ]; then pg_audit_pkg=\"pgaudit_12\"; fi ;; \t\t\tarm64) \t\t\t\tyum -y install \"${base_url}/EL-8-aarch64/pgdg-redhat-repo-latest.noarch.rpm\" ; \t\t\t\tif [ \"12\" -gt \"15\" ]; then pg_audit_pkg=\"pgaudit_12\"; fi ;; \t\t\t*) \t\t\t\t\texit 1 ;; \tesac ; \tyum -y upgrade glibc-common ; \tyum -y reinstall glibc-common ; \trm -fr /etc/rpm/macros.image-language-conf ; \tyum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en glibc-all-langpacks ; \tyum -y --setopt=tsflags=nodocs install \t\tpostgresql12-12.20 \t\tpostgresql12-contrib-12.20 \t\tpostgresql12-server-12.20 \t\tpostgresql12-libs-12.20 \t\tpg_failover_slots_12 \t\tpg_squeeze_12 \t\t\"$pg_audit_pkg\" \t\tpgvector_12 \t; \trm -fr /tmp/* ; \tyum -y clean all --enablerepo='*'" did not complete successfully: exit code: 1