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 1q2BzJ-0002pw-Ht for pgadmin-hackers@arkaria.postgresql.org; Thu, 25 May 2023 14:30:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1q2BzI-0000LE-E0 for pgadmin-hackers@arkaria.postgresql.org; Thu, 25 May 2023 14:30:44 +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 1q2BzI-0000Kj-5i for pgadmin-hackers@lists.postgresql.org; Thu, 25 May 2023 14:30:44 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q2BzE-0025Ri-It for pgadmin-hackers@lists.postgresql.org; Thu, 25 May 2023 14:30:43 +0000 Received: from github.com (hubbernetes-node-b977a94.va3-iad.github.net [10.48.13.48]) by smtp.github.com (Postfix) with ESMTPA id D5AE0E1555 for ; Thu, 25 May 2023 07:30:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1685025039; bh=2RjcI6AHtIgubLKgtz6cUUKbbSE2+etQj3VFw0JAqNk=; h=Date:From:To:Subject:From; b=gHTdjJ6F9x9EmsHq1gR4CHYVtQSSRB+eRuTtOzu+2yM+8lnBeIbGXFv4dj6peNyiR 9LJtl79vrc2+ICGsrl9KJ7das2onv6yMgu4BOALUDXvaLcPeuyhVYgQ094Ouo/Pqpx YBj+peW0VxphVYe58S1V/iQGP3rZ6Ap0rmYJVJM0= Date: Thu, 25 May 2023 07:30:39 -0700 From: Dave Page To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 895d89: Build for Apple Silicon using the test SDK build f... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/apple-silicon Home: https://github.com/pgadmin-org/pgadmin4 Commit: 895d89c1dec9dcaa06f02988c60893a886a7266e https://github.com/pgadmin-org/pgadmin4/commit/895d89c1dec9dcaa06f02988c60893a886a7266e Author: Dave Page Date: 2023-05-25 (Thu, 25 May 2023) Changed paths: M pkg/mac/build-functions.sh Log Message: ----------- Build for Apple Silicon using the test SDK build from NWjs.