You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update chocolatey image to 1.2.0
* Copy graylog-sidecar.exe into dist/pkg so it gets uploaded
* Only set chocolatey API key for the push stage
* Add GitHub release stage
* Add pipeline steps to sign Windows binaries
* Fix jenkins.groovy stage structure
* Sign graylog-sidecar.exe before building packages
* Use correct Makefile targets for signing
* Fix paths for 32bit Windows binaries
* Don't add build targets as dependency to sign target
We sign in a container that doesn't have the full build toolchain.
* Set reuseNode to true for the codesign image
Otherwise the build artifacts are not available in the container.
* Set environment variable for the codesign tool
* Sign the Windows installer .exe
* Create a SHA256 checksum file for all artifacts
* Use curl with -fsSL options
* Add revision to Chocolatey package version
* Fix prerelease versino format for Chocolatey
0 commit comments