fix postgres amd64

This commit is contained in:
AJ ONeal
2020-06-16 18:37:50 +00:00
parent ef49c0287c
commit 445e562616
+12 -1
View 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',