Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build binary for darwin, added file extension for windows binary (#63)
* fail build on failed dependencies * split docker auto and release builds * Revert "split docker auto and release builds" This reverts commit b26768e * test variables inheritance * try overriding RELEASE_VERSION * try overriding RELEASE_VERSION * build docker images in the release job * fix docker auto-build job * fix application build process, fixes #52 * arm artifacts * adjust log level * configurable retry options * add app and version fields to logs * check if runs in k8s and adjust checksum workers number accordingly * by default run only 2 checksum workers in k8s * fix go build recipes * pass version to the docker build * logstash/filebeat compatible logging * add version to the build * more advanced build chain * fixed RELEASE_VERSION property * fix dependencies * fix reverse dep parameter * simplify pipeline for now * godeps build step * params adjustment * enable godeps * run unit tests before release * get rid of godeps * fix release build * upgrade to golang 1.15.2 * fix docker build * upgrade logrus to v1.7.0 * upgrade go dependencies * log if k8s env detected * added licence notice to each file * fix kotlin license notice * another fix for kotlin license notice * fix checksum of the test.file * try another comment approach * remove comment * fix TC license notice * try to improve the pipeline * use proper build dependencies * override RELEASE_VERSION in dependencies * build binary for darwin, added file extension for windows binary
- Loading branch information