now we can only run boka on linux using a docker image (if not build from source), ideally we should be able to build a smaller binary for linux using static linux sdk
and add to release.yml
the issue with the sdk is it uses musl and adding import Musl is not enough, some changes in the c/c++ deps may be required
now we can only run boka on linux using a docker image (if not build from source), ideally we should be able to build a smaller binary for linux using static linux sdk
and add to release.yml
the issue with the sdk is it uses musl and adding
import Muslis not enough, some changes in the c/c++ deps may be required