From 81f987b3d5516c8a9b534297e2918e50c7d4ee63 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 1 Nov 2022 16:49:41 +0800 Subject: [PATCH] update to 8.7.0 Signed-off-by: Zhao Hang --- postgresql.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/postgresql.yaml b/postgresql.yaml index ca6ef3d..7c82a13 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -18,7 +18,7 @@ data: - PostgreSQL dependencies: - buildrequires: - platform: [an8.6.0] + platform: [an8.7.0] requires: platform: [an8] references: @@ -42,17 +42,17 @@ data: rationale: pgaudit extension ref: a8-postgresql-stream-13 buildorder: 1 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] postgres-decoderbufs: rationale: postgres-decoderbufs extension ref: a8-postgresql-stream-13 buildorder: 1 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] postgresql: rationale: Module API. ref: a8-postgresql-stream-13 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] pg_repack: rationale: pg_repack extension ref: a8-postgresql-stream-13 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] -- Gitee