Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.92) (envelope-from ) id 1jCdDS-0004q6-3k for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 13 Mar 2020 05:50:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1jCdDR-00070N-1o for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 13 Mar 2020 05:50:37 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1jCdDQ-00070G-R9 for pgsql-pkg-debian@lists.postgresql.org; Fri, 13 Mar 2020 05:50:36 +0000 Received: from mail-lf1-x144.google.com ([2a00:1450:4864:20::144]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jCdDN-0006AQ-VN for pgsql-pkg-debian@lists.postgresql.org; Fri, 13 Mar 2020 05:50:36 +0000 Received: by mail-lf1-x144.google.com with SMTP id q10so6828448lfo.8 for ; Thu, 12 Mar 2020 22:50:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=oeskpj988bimXZ8uENTdjpETxJhYGWM3bluQFCQfn7g=; b=Hu8GY1AC8IbXUXn1oCTsVfwJw64+k8SPq3WHWCXeGCXV7i8NtC8YKvKbNw3AKxybLo YM5rpXw/+6WwMrWaay0DM2z3aJNYOBSCbidcqqPKCh+ce+JqufV2fBoEvWsUnhQ19xHI wR3UOOrkFUl88Sr0AkqN1bl22+PhAUvbhhCl2q6KLkwhmRQ4/Vpbxq+/LMFtPeC0VWfz HhYGW0EhiVcU5T+fRfWlYLt3IamtZVQlUOndl3m9q966QB7nZcUrE4R29P15e3zuz6M2 IexBnp/1Pa3sqnCn01FooFAof+23K6GZJ1LFegRR1tZpvDPjKinyWWfT4d+h48JLwDiI W+Eg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=oeskpj988bimXZ8uENTdjpETxJhYGWM3bluQFCQfn7g=; b=swWvihyTOEfMHG2PfOj1PA2tUGVSGt+RsPpCTMR/FwrDgU+m2EDu3ZkqJXtEvCo7rj PLWGx+BI8HBeqgNBuR1jX9eJ9BDItHicnVHhSbeYNPKigANOWnbWCb+HFUAZgrZDCaCA v87gxTTMa/mth2y99PbQnLgwcoxYnDRLGRyVFbNuwT+kZvLbb9pw0dRM5TYEdZtBWL4O HjByJRrw1Q3uewt36NhdldcB1P6me3aPdE7+jIcheT+NdJzJypK6IxFga8xQOVEhUaP5 VgDsK6TRfd4RZP2W5MfMPyDLLvp0UqXBEwHFykEmrACZPw4ba/sxpP162Q/LcAVmQDYp 2C1A== X-Gm-Message-State: ANhLgQ1dGe2xsrR0sRuHQlthYxoRmVJARd9behFzolrH/cTTxZxNxqBE puHQRW8bNbpXmply7xP8SYbRXLriw7XlSYqqjqVHNDlq X-Google-Smtp-Source: ADFU+vtJ6nYD5d/a0WmgmxUSiTkbHU/pTV6WQ9/TMn5khEsiUr/PTagFc255eZNDbZDQ2ee1tVkoU8l2AMcJjyM4yc8= X-Received: by 2002:ac2:5094:: with SMTP id f20mr7273897lfm.32.1584078633062; Thu, 12 Mar 2020 22:50:33 -0700 (PDT) MIME-Version: 1.0 From: Amit Khandekar Date: Fri, 13 Mar 2020 11:20:20 +0530 Message-ID: Subject: No PGDG package for ARM architecture To: "pgsql-pkg-debian@lists.postgresql.org" Content-Type: multipart/alternative; boundary="0000000000003855c205a0b60cd7" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000003855c205a0b60cd7 Content-Type: text/plain; charset="UTF-8" Hi, I don't find any packages on ARM archictecture (e.g. aarch64) in any of the repositories. E.g. I checked here : https://apt.postgresql.org/pub/repos/apt/pool/10/p/postgresql-10/ . But I could find such packages in the Ubuntu repository : https://packages.ubuntu.com/bionic/arm64/postgresql-10/download I am also able to install PostgreSQL on an Ubuntu on aarch64 using apt-get, bring up the server, and do sanity. I wonder then why we don't provide these packages. We also have a buildfarm periodic build on aarch64: https://buildfarm.postgresql.org/cgi-bin/show_history.pl?nm=eelpout&br=HEAD The page https://wiki.postgresql.org/wiki/Apt/FAQ says : "The PGDG packages are built from the same source as the Debian packages (Ubuntu is using the same source for the PostgreSQL server packages as well). We try to follow Debian unstable's versions as close as possible"