Add an X86_64 build for linux
Author: adam-develCreated May 10, 2024Updated Dec 24, 2025
While writing a PKGBUILD file to install this program in my arch linux system, which uses glibc (a commonly used standard library), runs on the x86_64 CPU architecture (also very commonly used), I took a glance at the releases page and it seems the only available builds for my architecture (x86_64) are built for the darwin kernel or the linux kernel with the musl standard library.
i will compile the program now, but it would be nice to have a prebuilt binary version for the x86_64 architecture running the linux kernel with the gnu c standard library.
Source: cantino/mcfly