From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 14887 invoked from network); 31 Dec 2022 01:55:24 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 31 Dec 2022 01:55:24 -0000 Received: from mail-yb1-f178.google.com ([209.85.219.178]) by 9front; Fri Dec 30 20:54:09 -0500 2022 Received: by mail-yb1-f178.google.com with SMTP id o127so25123052yba.5 for <9front@9front.org>; Fri, 30 Dec 2022 17:54:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=aN7c9Pi5KqIK+oi9eEyFnLYO3KZbo+psMQMecGUHG1M=; b=OVBnHy2THHo1n0amS9UJ/HD3gzzlNc9UFm9hslj+Cf2jVw9UUxuXDTKO75DkxgW4Ju iehgZNro/CSI1JH+bI5QHf36TuGg2JTqhfhT/WHXGU/as2oZEQVYUo7q+CTNj4DF0+rS EOUfDvnlnBbw1D1yqLaRofDD+X68v0CGxZuLYGkCXogH0YNM6joga2hQIGwW/fN133wk avxX0gboxsWyU6o9Z+LS/1UU/CxIzud+A44xGuBqt9xN31hcUohuBIdS7sJjj4j8eraQ Wxjrkz+5J6Dd3oMZJbt0FAvihp3W/GNASMEcwnB2PcZf6eA0Ikch6/FSu5UlvTehLCxG Wa7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=aN7c9Pi5KqIK+oi9eEyFnLYO3KZbo+psMQMecGUHG1M=; b=x3oVwltgB/fZT3qrssZqmNgTsniceIlSvasHqOi182Ft3a4oC9IKb8ZjMnDpTkeUdP HLuT9GnRG1Axy6AdKeYxFIXDn7E/jxuLniFiYc6HnUyVVsXRuE4YvCDE5QwznW+rMTxS Af+ycJCiP+3028i8gOFnWMWE3wZfRtT30KCM+mQzyo9uPCKKoU9+of/xMrNqQTTY16+N bTJQ7Gf87jsP+KfquJtHak0ruJVu8gzUmLeUB4TflZO1rSkaDAvShNe0zlfVX00RI8el kg+AAD3KEQj08UyN+2cjD+qPOrbCbcc0t315duZu6CeWlag9OPyAdSvfU1RJtt6Sjt24 6+Jg== X-Gm-Message-State: AFqh2kqjQUNq8psW5X4/IJ9gACdCacZfo1kO2SgWhN+cmU1G75+vBUmI r603Zq9EoTx1F5cNLgHMe4wXRv4GN1sTPenAkdVFdELhdco= X-Google-Smtp-Source: AMrXdXtKGX3brcuxUpYbfF9AdkJ0tK8a913QRfnu6OGtADxK6r7bYG1GDH4fSVC/QcN4iiD5rp6LnAXD0lKri7QObQ8= X-Received: by 2002:a5b:904:0:b0:707:18f:7226 with SMTP id a4-20020a5b0904000000b00707018f7226mr3912744ybq.505.1672451645118; Fri, 30 Dec 2022 17:54:05 -0800 (PST) MIME-Version: 1.0 References: <9t5iga_ykP_vmR_vuFlag7_Gwk8tftEcFYis_hZrOyJKCs00EWYyQ7H-fwNhAZ27RvrZ0t9Usr5SeANerji4Qbqg9hn9rPolnN8Wr7C6FCs=@protonmail.com> In-Reply-To: From: Fazlul Shahriar Date: Fri, 30 Dec 2022 20:53:53 -0500 Message-ID: To: 9front@9front.org Content-Type: text/plain; charset="UTF-8" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: NoSQL element markup scripting interface Subject: Re: [9front] Go on ARM64 Reply-To: 9front@9front.org Precedence: bulk > Wow this looks complicated, also because there's no 9legacy/arm64 I think. I wonder if Sourcehut CI is an option. Also 2 maintainers are needed. Would anyone be interested? I think it's 2 maintainers for each GOOS and GOARCH separately, not for each combination. We already have 2 maintainers for plan9. For the builder, I think you need a dedicated hardware or VM. Instructions here: https://github.com/golang/go/wiki/DashboardBuilders The plan9/arm builder seems to be running on a few dedicated Raspberry Pis: https://github.com/golang/go/issues/49338#issuecomment-960685367