[SCM] PostGIS branch stable-3.5 updated. 3.5.2-18-gd5655eb07

git at osgeo.org git at osgeo.org
Mon Apr 14 14:20:29 PDT 2025


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, stable-3.5 has been updated
       via  d5655eb075636d2309f5d47aafdc2698801e2b00 (commit)
      from  758bd62457e36242fcc12bde998ea368a674bf8c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d5655eb075636d2309f5d47aafdc2698801e2b00
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Apr 14 17:20:23 2025 -0400

    Force to only allow running on linux x86, so can easily test arm without conflict

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index 3ff829d4b..1a81306bf 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,3 +1,5 @@
+labels:
+  platform: linux/amd64
 variables:
   - &test_image 'repo.osgeo.org/postgis/build-test:trisquel11'
   - common_doc_paths: &common_doc_paths
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index cb4478917..e24e74cba 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -1,3 +1,5 @@
+labels:
+  platform: linux/amd64
 when:
   event: [push, pull_request, tag]
 variables:
diff --git a/.woodpecker/tools.yml b/.woodpecker/tools.yml
index 6a8bd160c..c4bd774dc 100644
--- a/.woodpecker/tools.yml
+++ b/.woodpecker/tools.yml
@@ -1,3 +1,5 @@
+labels:
+  platform: linux/amd64
 when:
   event: [push, pull_request, tag]
 steps:

-----------------------------------------------------------------------

Summary of changes:
 .woodpecker/docs.yml    | 2 ++
 .woodpecker/regress.yml | 2 ++
 .woodpecker/tools.yml   | 2 ++
 3 files changed, 6 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list