rdbo / libmem

Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
GNU Affero General Public License v3.0
748 stars 90 forks source link

Add i686-linux-musl to release targets #156

Closed nathan818fr closed 7 months ago

nathan818fr commented 7 months ago

Easier than i686-linux-gnu, since we use recent alpine, with recent CMake version. So docker --platform=linux/386 works out of the box (and no need for qemu-user-static or similar because x86_64 hosts can run i686 docker).

I've checked the produced binaries, it's the correct architecture.