Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Ubuntu16 platform in builds #413

Merged
merged 4 commits into from
Jun 22, 2023
Merged

Include Ubuntu16 platform in builds #413

merged 4 commits into from
Jun 22, 2023

Conversation

nasc17
Copy link
Collaborator

@nasc17 nasc17 commented Jun 22, 2023

Include Ubuntu 16
#392

@nasc17 nasc17 requested a review from DaeunYim June 22, 2023 20:34
@nasc17 nasc17 added the Release-v0.4 Bug fix to be included in Release-v0.4 of PgSql extension label Jun 22, 2023
@nasc17 nasc17 marked this pull request as ready for review June 22, 2023 21:03
@@ -6,7 +6,8 @@
"Windows_86": "win-x86.zip",
"OSX": "osx.tar.gz",
"OSX_ARM64": "osx-arm64.tar.gz",
"Linux": "linux-x64.tar.gz"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add
"CentOS_7": "linux-x64.tar.gz",
"Debian_8": "linux-x64.tar.gz",
"Fedora_23": "linux-x64.tar.gz",
"OpenSUSE_13_2": "linux-x64.tar.gz",
"RHEL_7": "linux-x64.tar.gz",
"SLES_12_2": "linux-x64.tar.gz",
"Ubuntu_14": "linux-x64.tar.gz",
"Ubuntu_16": "linux-x64.tar.gz",
"Linux": "linux-x64.tar.gz"

@nasc17 nasc17 merged commit 1a83f7e into master Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release-v0.4 Bug fix to be included in Release-v0.4 of PgSql extension
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants