glassechidna / gossm

Cross-platform CLI tool to make remote command execution in AWS a breeze
Apache License 2.0
12 stars 2 forks source link

gossm executable breaks on MacOS bigsur #4

Open johndaviesco opened 3 years ago

johndaviesco commented 3 years ago

I upgraded to MacOS Big Sur and ran gossm and it returned a killed 9

A colleague ran a dtrace on the command see the following.

sudo dtruss gossm

The command returned the following message.

dtrace: failed to execute gossm: Bad executable (or shared library)

The same colleague recompiled the binary on Big Sur and this fixed it.

@aidansteele can you please re-publish new recompiled binaries.

aidansteele commented 3 years ago

Ooh thanks for the heads up, I'll do that ASAP! 👍

Blanko2 commented 3 years ago

it was me :V

i think the newer go libraries fix the cross-compatible compilation for that if you haven't got big sur