fix postgres amd64
authorAJ ONeal <aj@therootcompany.com>
Tue, 16 Jun 2020 18:37:50 +0000 (18:37 +0000)
committerAJ ONeal <aj@therootcompany.com>
Tue, 16 Jun 2020 18:37:50 +0000 (18:37 +0000)
postgres/releases.js

index 87b796460860a679bc5e2906c4e76c5780b0480a..47af13bd630647824ab72d89c29551bb38452358 100644 (file)
@@ -9,7 +9,7 @@ module.exports = async function () {
   return {
     releases: [
       {
-        name: 'postgresql-10.12-1-linux-binaries.tar.gz',
+        name: 'postgresql-10.12-1-linux-x64-binaries.tar.gz',
         version: '10.12',
         lts: false,
         channel: 'stable',
@@ -19,6 +19,17 @@ module.exports = async function () {
         ext: 'tar',
         download: ''
       },
+      {
+        name: 'postgresql-10.12-1-linux-binaries.tar.gz',
+        version: '10.12',
+        lts: false,
+        channel: 'stable',
+        date: '',
+        os: 'linux',
+        arch: 'x86',
+        ext: 'tar',
+        download: ''
+      },
       {
         name: 'postgresql-10.13-1-osx-binaries.zip',
         version: '10.13',