Windows builds #41
Replies: 3 comments 2 replies
-
I think you're actually hitting a bug - you got the build right enough Here we check the invoked name to see if we should initialize AppBuilder (https://choria-io.github.io/appbuilder/) but this is quite a bad check. Can you for example check if just running |
Beta Was this translation helpful? Give feedback.
-
Fixed in choria-io/go-choria#2080 |
Beta Was this translation helpful? Give feedback.
-
For anyone interested, I've created the PowerShell script to build the binary and MSI with the steps outlined above |
Beta Was this translation helpful? Give feedback.
-
hello
we are in need of the Windows binaries (maybe also the MSI) and since you are no longer providing them with the new versions I just want to confirm that the steps I'm doing are enough for the successful builds. I also can't use docker and the build is done on Windows 2022 server.
GOOS=windows
,GOARCH=amd64
go generate --run plugin
go build
with arguments and flagswhen binary is compiled I have this buildinfo:
As said, I just want to confirm that this is enough and I'm not missing any steps.
Not really an issue, we can distribute the binary, but when I tried to build MSI with the WIX toolset and XML provided, I build the MSI and installed successfully, however, when I then tried to populate buildinfo on the binary I got this error:
I tried build the MSI on several versions (0.25, 0.27 and also nightly) and also the Win10 machine, all with same result. Do you, by any chance, have the idea, what could be wrong there?
Beta Was this translation helpful? Give feedback.
All reactions