You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2024/01/11 18:47:23 UTC

(couchdb-pkg) 01/01: Build all snap targets on amd64, s390x or ppc64el

This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch snap/build-snaps-on-amd64-and-s390x
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git

commit 79249bc06600292d7884028816142c9fd63bc4bb
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Thu Jan 11 18:44:47 2024 +0100

    Build all snap targets on amd64, s390x or ppc64el
    
    Set host architectures for building snaps to [amd64, s390x, ppc64el] and
    build all target architectures [amd64, arm64, armhf, s390x, ppc64el].
---
 snap/snapcraft.yaml | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 7aabfb3..4c81964 100755
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -31,11 +31,16 @@ grade: stable
 confinement: strict
 
 architectures:
-  - build-on: amd64
-  - build-on: armhf
-  - build-on: arm64
-  - build-on: s390x
-  - build-on: ppc64el
+  - build-on: [amd64, s390x, ppc64el]
+    build-for: [amd64]
+  - build-on: [amd64, s390x, armhf, ppc64el]
+    build-for: [armhf]
+  - build-on: [amd64, s390x, arm64, ppc64el]
+    build-for: [arm64]
+  - build-on: [amd64, s390x, ppc64el]
+    build-for: [s390x]
+  - build-on: [amd64, s390x, ppc64el]
+    build-for: [ppc64el]
 
 parts:
   erl-iex: