From af4051672fa6790d8f2b6db405d9e1ee49ea5550 Mon Sep 17 00:00:00 2001 From: Zhao Hang Date: Tue, 1 Nov 2022 16:48:22 +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 b9de4cf..81df0d0 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-12 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-12 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-12 - 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-12 - arches: [aarch64, i686, ppc64le, s390x, x86_64] + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] -- Gitee