Fixed
- Build failure on ARM64 (
'le64toh' was not declared in this scope) caused by a missing#include <endian.h>innative/signals.cc. The header was satisfied transitively on x86 but not on ARM64. (#182)
CI
- Native addon is now built and tested on ARM64 runners (
ubuntu-24.04-arm) in addition to x86.