skibish / ddns

Personal DDNS client with Digital Ocean Networking DNS as backend.
MIT License
254 stars 24 forks source link

WSL support wanted #11

Closed lcuwx2016 closed 5 years ago

lcuwx2016 commented 5 years ago

I used your ddns binary on Windows Subsystem for Linux, however I got an error about -bash: /usr/local/bin/ddns: cannot execute binary file: Exec format error May you fix it? Best wishes to you !~

skibish commented 5 years ago

Hi @lcuwx2016 !

Which ddns binary you are using?

skibish commented 5 years ago

I have no response from you, so will close this issue.

Try to compile sources on the Windows machine.

GOOS=windows GOARCH=386 go build -o ddns-Windows-x86_64.exe .

Currently there is no Windows binary, because I don't have Windows machine where I could test that it is actually working.