Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github: cross-compile riscv64 Linux asset (#798)
Continue the recent `zig cc` work [1], such that the next configlet release will have two new release assets: configlet_4.0.0-beta.14_linux_riscv64.tar.gz configlet_4.0.0-beta.14_linux_riscv64.tar.gz.minisig where the archive contains the executable: $ file ./configlet ./configlet: ELF 64-bit LSB executable, UCB RISC-V, RVC, double-float ABI, version 1 (SYSV), statically linked, stripped The riscv64-linux-musl target will have Tier 1 Zig support [2]. Refs: #24 [1] 0e8d665, ".github, config: use Zig to cross-compile arm64 Linux asset", 2023-08-13 [2] https://ziglang.org/download/0.11.0/release-notes.html#Support-Table
- Loading branch information