Browse Source

The arm64 build has now been tested on real hardware

pull/1137/head
Hamish Coleman 1 year ago
parent
commit
e16911d6ec
  1. 2
      .github/workflows/tests.yml

2
.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

Loading…
Cancel
Save