ADORSYS-GIS / wazuh-agent-status

Application to monitor the state of wazuh agents
2 stars 1 forks source link

Make app buildable on MacOS and portable #4

Closed ArmandMeppa closed 1 week ago

ArmandMeppa commented 1 week ago

Does the app work on your MacOS? @stephane-segning and @bengo237

ArmandMeppa commented 1 week ago

No build for macos and windows?

It's not the definitive version, I want us to test if the app works on those platform using

go run .

or

go build -o dist/
./dist/wazuh-agent-status
bengo237 commented 1 week ago

I run this : CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -o dist/wazuh-tray.exe after generate the wazuh-tray.exe copy on windows os and try to run but it doesn't work but the linux one work perfectly

ArmandMeppa commented 1 week ago

I run this : CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -o dist/wazuh-tray.exe after generate the wazuh-tray.exe copy on windows os and try to run but it doesn't work but the linux one work perfectly

Please run them on MacOS and Windows, using this command

go run .
ArmandMeppa commented 2 days ago

I am looking for ways to make macOS trust my binary file, programmatically