Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jVXWA-0000iK-K0 for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 04 May 2020 09:36:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jVXW8-0004mw-W1 for pgsql-pkg-debian@arkaria.postgresql.org; Mon, 04 May 2020 09:36:04 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jVXW8-0004mh-OB; Mon, 04 May 2020 09:36:04 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jVXW1-0006Su-Rf; Mon, 04 May 2020 09:36:04 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1478:fb20:76e5:bff:fef3:7e00]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 49FyQh0jvYz3DwZ; Mon, 4 May 2020 11:35:56 +0200 (CEST) Date: Mon, 4 May 2020 11:35:55 +0200 From: Christoph Berg To: PostgreSQL Announce , PostgreSQL in Debian Subject: arm64 on apt.postgresql.org Message-ID: <20200504093555.GB649717@msg.df7cb.de> Mail-Followup-To: Christoph Berg , PostgreSQL Announce , PostgreSQL in Debian MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk # arm64 on apt.postgresql.org The apt.postgresql.org repository has been extended to cover the arm64 architecture. HUAWEI Cloud Services donated a arm64 build host with enough resources to build the arm64 packages at the same speed as the existing amd64, i386, and ppc64el architectures. We are targeting Debian buster (stable), bullseye (testing), and sid (unstable), and Ubuntu bionic (18.04) and focal (20.04). To use the arm64 archive, just add the normal sources.list entry: deb https://apt.postgresql.org/pub/repos/apt buster-pgdg main # Ubuntu focal At the same time, I've added the next Ubuntu LTS release to apt.postgresql.org: focal (20.04). It ships amd64, arm64, and ppc64el binaries. deb https://apt.postgresql.org/pub/repos/apt focal-pgdg main # Old PostgreSQL versions Many PostgreSQL extensions are still supporting older server versions that are EOL. For testing these extension, server packages need to be available. I've built packages for PostgreSQL 9.2+ on all Debian distributions, and all Ubuntu LTS distributions. 9.1 will follow shortly. This means people can move to newer base distributions in their .travis.yml, .gitlab-ci.yml, and other CI files. Christoph