Skip to content

Commit

Permalink
workflows: Bump server target, use zip compression
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Oct 16, 2024
1 parent f012afc commit d39884b
Show file tree
Hide file tree
Showing 5 changed files with 807 additions and 733 deletions.
2 changes: 2 additions & 0 deletions .github/workflows.src/build.inc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
<%- endif %>
PKG_REVISION: "<current-date>"
PKG_TAGS: "extension=postgis,server_slot=<< server >>"
PKG_COMPRESSION: "zstd,zip"
<%- if subdist != "" %>
PKG_SUBDIST: "<< subdist >>"
<%- endif %>
Expand Down Expand Up @@ -184,6 +185,7 @@
<%- endif %>
PKG_REVISION: "<current-date>"
PKG_TAGS: "extension=postgis,server_slot=<< server >>"
PKG_COMPRESSION: "zstd,zip"
<%- if subdist != "" %>
PKG_SUBDIST: "<< subdist >>"
<%- endif %>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows.src/build.targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publications:
server: sftp://[email protected]:22/

servers:
- "6-dev8877"
- "6-dev8882"

targets:
linux:
Expand Down
Loading

0 comments on commit d39884b

Please sign in to comment.