aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
Commit message (Collapse)AuthorAge
* Remove dependency on Sed to build Docker imagesGravatar Frédéric Guillot2019-12-28
| | | | | | | - Keep the Dockerfile standard and avoid external dependencies - Use build args instead of Sed - Bump Alpine Linux to version 3.11 - Always use the latest version of Golang
* Add Makefile target to build only amd64 Docker imageGravatar Frédéric Guillot2019-11-26
|
* Make sure integration tests are marked as failed in Github ActionsGravatar Frédéric Guillot2019-10-21
|
* Add missing arm32v7 in loopGravatar Frédéric Guillot2019-09-30
|
* Add Docker image variant for arm32v7Gravatar Frédéric Guillot2019-09-22
|
* Move Dockerfile to main repoGravatar Frédéric Guillot2019-03-14
|
* Add more targets to MakefileGravatar Clar Charr2019-01-02
| | | I put a comment above them saying that they're unsupported as they won't be tested on CI, etc., but they're still nice to have.
* Add -mod=vendor in MakefileGravatar Frédéric Guillot2018-12-28
|
* Add Makefile target for current OS and architectureGravatar Frédéric Guillot2018-12-02
|
* Improve MakefileGravatar Frédéric Guillot2018-12-02
| | | | | | - Use -mod=vendor - Use same naming convention for all platforms - Move go generate to its own target
* Add Windows build targetGravatar Frédéric Guillot2018-12-01
|
* Disable go test cachingGravatar Frédéric Guillot2018-10-29
|
* Avoid duplication of ldflags in MakefileGravatar Frédéric Guillot2018-10-28
|
* Add OpenBSD buildGravatar Ashe Connor2018-10-23
|
* Split Makefile linux targets by architectureGravatar Frédéric Guillot2018-09-16
|
* Split integration tests into multiple filesGravatar Frédéric Guillot2018-08-25
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Strip binaries to reduce sizeGravatar Frédéric Guillot2018-06-29
|
* Update .gitignoreGravatar Frédéric Guillot2018-03-18
|
* Add FreeBSD build targetGravatar MoritzFago2018-03-18
|
* Show API URL endpoints in user interfaceGravatar Frédéric Guillot2018-01-31
|
* Enable debug mode for integration testsGravatar Frédéric Guillot2018-01-29
|
* Compile all ARM architecturesGravatar Frédéric Guillot2018-01-20
|
* Update project path in MakefileGravatar Frédéric Guillot2018-01-04
|
* Add build targets for ARM architecturesGravatar Frédéric Guillot2017-12-27
|
* Make sure golint pass on the code baseGravatar Frédéric Guillot2017-11-27
|
* Add first integration testGravatar Frédéric Guillot2017-11-25
|
* First commitGravatar Frédéric Guillot2017-11-19