You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
GitHub

compile.bash

aarch64-linux-gnu-g++ -fPIC -shared -fvisibility=default -O0 -o build/modloader.so src/main.cpp src/sol.hpp -ldl -lpthread -fpermissive -std=c++17 aarch64-linux-gnu ...