From e16911d6ece4a3bab9a14b02fb7899c569e4b78b Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sun, 2 Jul 2023 17:42:27 +0100 Subject: [PATCH] The arm64 build has now been tested on real hardware --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 82db48b..a07460b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -702,12 +702,12 @@ jobs: matrix: arch: - arm-linux-gnueabi + - aarch64-linux-gnu # I assume these architectures produce working code, but this has # not been directly confirmed. # They are compiled dynamically against normal libc, so will not # work on openwrt. - - aarch64-linux-gnu - mips-linux-gnu - mipsel-linux-gnu