X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail.cmpwn.com (mail.cmpwn.com [45.56.77.53]) by lists.alpinelinux.org (Postfix) with ESMTP id B1A955C6445 for ; Wed, 19 Sep 2018 02:27:47 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cmpwn.com; s=cmpwn; t=1537324525; bh=4Vq3pCUWeBxBXXsC+G4mnvfB4T4CLOMDMEQD71xV1B0=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=rbZiW4D6UzmBGxaxvje7PwwAAzspx5CR+tvyBhwP9umbzK5thgeKagmz55Syl8BEg AwFm+F/JxG1GFuebvsUkALGhNnjJs86ZAUzPFfq0wo45j/j3rOzn/njRVT1OI/ZU4j O7YTyqatePcDTVqmyU7qSj8KEW0vF/LA9pEctqsE= Date: Tue, 18 Sep 2018 22:27:44 -0400 From: Drew DeVault To: Michael Wyraz Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] Proposal: Multi-Arch matrix builds on travis-ci Message-ID: <20180919022743.GA12449@homura.localdomain> References: X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-GNU: Terry Pratchett Throwing my hat in the court... I've been talking here about my service, builds.sr.ht, which may be better suited to this than Travis CI, in this thread: https://bugs.alpinelinux.org/issues/9134 In summary, it should also be able to support multi-arch builds, though I still need to build that out. It should be nearly trivial, I can prioritize it if you folks are interested in using it. Advantages over Travis: - First-class KVM support - First-class Alpine support, no need to hack up Ubuntu - builds.sr.ht is 100% FLOSS (BSD and AGPL) I've also purchased some RISC-V hardware, with which I will be porting Alpine to riscv64 (when it arrives, probably in November) using builds.sr.ht. I also use it to build packages for my third-party Alpine repo, here are some examples: https://builds.sr.ht/~sircmpwn/job/7545 https://builds.sr.ht/~sircmpwn/job/7553 https://builds.sr.ht/~sircmpwn/job/7552 It can also integrate with GitHub and mailing lists. In addition to QA'ing GitHub PRs and alpine-aports emails, it can also be leveraged to help Alpine developers automate publishing new versions of the package to the official repos. Happy to share accounts on my instance with any interested Alpine developers or users. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---