Currently, there are no official builds for Linux 32-bit ARM on release page, it will be useful for me to use quickjs on low-end devices. I think changing arch: [aarch64, riscv64, x86, x86_64] to arch: [aarch64, armv7, riscv64, x86, x86_64] in release.yml is enough to generate the binaries in GitHub Actions.
Currently, there are no official builds for Linux 32-bit ARM on release page, it will be useful for me to use quickjs on low-end devices. I think changing
arch: [aarch64, riscv64, x86, x86_64]toarch: [aarch64, armv7, riscv64, x86, x86_64]in release.yml is enough to generate the binaries in GitHub Actions.