Received: from mail-4316.protonmail.ch (mail-4316.protonmail.ch [185.70.43.16]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3BB9B781483 for <~alpine/users@lists.alpinelinux.org>; Wed, 20 Apr 2022 08:15:48 +0000 (UTC) Date: Wed, 20 Apr 2022 08:15:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1650442547; bh=NB/Xu75Bb4MVmEI3hIN8nb45KkUEHqwZ4E18zxWJsMA=; h=Date:To:From:Reply-To:Subject:Message-ID:Feedback-ID:From:To:Cc: Date:Subject:Reply-To:Feedback-ID:Message-ID; b=VWLp7f471aXKgpNQDQb+MKNiU+CVVMoaIsk3ky3cCq8OxMgJsRpSbyjCAiaaxdYk+ 6myi21KLLu9X8r9G56GcfX0Y15ijzojhDkmGML9xMac+0S/YBzEgdES7KNmTEabk9x b3PYiTgLpoapUHF0tpSC+JKdusRqFJbLuRkAJYj1gD9ru36JrxZg4wVR9xladgbUEH 1zmhD/K6LxY//BWO1CSIX4c2Jg3SrWCuEbAsFW1AvF3Lr5KbTbdFmlJpGvcb/V8cQR b5hPIQdA7CnijiWE+ME3dnJaYjZaM2BOjAm+HI95g5nDQPBh2nwEhr/Qh1mg3SjDir ygTIUWRpx+Urg== To: ~alpine/users@lists.alpinelinux.org From: Jeremy Fergason Reply-To: Jeremy Fergason Subject: chromium not workin on aarch64 Message-ID: <5B8DF810-7344-4172-92BF-CD6ECEBDC1BD@protonmail.com> Feedback-ID: 29684378:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Tried running alpine in a docker container on an amazon t4g (arm64) system: docker run -it =E2=80=94rm alpine:3.15 and installed chromium: apk add chromium but the resultant build is broken and chromium just segfaults Can anyone help to fix this?