pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.48k stars 176 forks source link

Binary doesn't run on macOS x86 #186

Closed atmosx closed 1 year ago

atmosx commented 1 year ago

Testing sup on macOS Ventura (13.3.1):

$ which sup
/Users/user/Programs/bin/sup

$ sup help
[1]    46615 killed     sup help

Happens after explicitly allowing the executable. This looks like an issue with the exec itself.

atmosx commented 1 year ago

Cloning the repo and compiling the binary via make works, closing this issue.