@chaos@gts.schizofucked.monster
Post #1686949
2026-04-24 17:30 UTC
@filmroellchen would it be easy to use for e.g: building mac apps and code signing them? dunno how well vagrant works for that but thats one of our main problems with the current CI solutions
rn our solution is to keep our macbook running and have things ssh into it but thats not the best solution
Replies (2)
-
@filmroellchen@chaos.social 2026-04-24 17:31
@chaos in effect yes, that would be one of the points. if you are doing generic linuxy things nobody cares, but if you’re trying to build user software, unfortunately there is no other way. (also containers don’t solve *bsd, where cross-compilation is often an option)
-
@chaos@gts.schizofucked.monster 2026-04-24 17:33
@filmroellchen we need a mix of trigger based (time, commit) CI, manual run actions, multiarch (x64,arm64,sparc), multios (linux, *bsd, illumos, macos, windows), configurable build caching of directories, etc so theres not really a single platform that fully works for us rn