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\" ; \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\tarm64) \t\t\t\tyum -y install \"${base_url}/EL-8-aarch64/pgdg-redhat-repo-latest.noarch.rpm\" ;; \t\t\t*) \t\t\t\t\texit 1 ;; \tesac ; \tyum -y upgrade glibc-common ; \tyum -y reinstall glibc-common ; \tyum -y install hostname rsync tar gettext bind-utils nss_wrapper glibc-locale-source glibc-langpack-en ; \tyum -y --setopt=tsflags=nodocs install \t\tpostgresql11-11.21 \t\tpostgresql11-contrib-11.21 \t\tpostgresql11-server-11.21 \t\tpostgresql11-libs-11.21 \t\tpgaudit13_11 \t\tpg_failover_slots_11 \t\tpgvector_11 \t; \trm -fr /tmp/* ; \tyum -y clean all --enablerepo='*'" did not complete successfully: exit code: 1