You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "kun-lu20 (via GitHub)" <gi...@apache.org> on 2023/05/24 18:17:58 UTC

[GitHub] [couchdb-pkg] kun-lu20 commented on a diff in pull request #109: Add s390x cpu support to RHEL 8/9 RPM packages

kun-lu20 commented on code in PR #109:
URL: https://github.com/apache/couchdb-pkg/pull/109#discussion_r1204597550


##########
build.sh:
##########
@@ -112,6 +112,8 @@ build-all-couch() {
       CONTAINERARCH="${arch}" build-couch ${base}
     done
   done
+  CONTAINERARCH="s390x" build-couch centos-8
+  CONTAINERARCH="s390x" build-couch centos-9

Review Comment:
   @nickva Yes, I think we can also add ubuntu-jammy target here since the multi-arch `apache/couchdbci-ubuntu:jammy-erlang-24.3.4.10` image is available now.
   
   I'll test on the local Intel VM to see if it works.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org