Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release a Windows build #102

Open
giggio opened this issue Feb 18, 2022 · 1 comment
Open

Release a Windows build #102

giggio opened this issue Feb 18, 2022 · 1 comment

Comments

@giggio
Copy link

giggio commented Feb 18, 2022

It would be cool if you would release Windows binaries, too.
I'm not a Gopher, but I believe you can cross compile it, right? I'm not sure how hard it would be.

@neurosnap
Copy link
Member

neurosnap commented Jun 23, 2022

Thanks for submitting this issue! I looked into seeing if our build worked by targeting windows and unfortunately there's at least one issue that is not straightforward:

cron/cron.go:73:41: unknown field 'Setpgid' in struct literal of type syscall.SysProcAttr

cmd.SysProcAttr = &syscall.SysProcAttr{Setpgid: true}

I found a reference to this issue on GH but CreationFlags doesn't exist so I'm assuming there's more to this:

I'd be happy to accept a PR for supporting windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants