aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-17When building the docker image, make sure to pull the latest base image.Gravatar mcnesium 1-1/+1
2023-08-10Move internal packages to an internal folderGravatar Frédéric Guillot 1-2/+2
2023-08-09Rename Miniflux package name to follow Go module naming conventionGravatar Frédéric Guillot 1-2/+2
2023-08-09Update RockyLinux image from 8 to 9Gravatar Frédéric Guillot 1-1/+1
2023-07-30Add SaveEntry function to API clientGravatar Frédéric Guillot 1-1/+1
2023-02-25Disable CGO explicitly to make sure the binary is statically linkedGravatar Frédéric Guillot 1-10/+10
2022-10-19Use automatic variable for build target file namesGravatar George Angelopoulos 1-16/+16
2022-09-18Update "make run" command to execute migrationsGravatar Frédéric Guillot 1-1/+1
2022-07-30Build RPM and Debian packages on GitHub ActionsGravatar Frédéric Guillot 1-1/+1
2022-03-15Add distroless Docker image variantGravatar Frédéric Guillot 1-2/+6
2021-09-25Build RPM and Debian package with PIE mode enabledGravatar Frédéric Guillot 1-1/+1
2021-02-18Remove completely generated filesGravatar Frédéric Guillot 1-22/+19
2021-02-16Update CI check for Go 1.16Gravatar Frédéric Guillot 1-1/+5
2021-01-24Fix regression introduced by PR #973Gravatar Frédéric Guillot 1-4/+10
2020-11-03Fix auto-generated version (git describe)2.0.25Gravatar Frédéric Guillot 1-1/+1
2020-10-18Move Debian package builder to main repoGravatar Frédéric Guillot 1-3/+20
2020-10-18Move RPM build files to main repositoryGravatar Frédéric Guillot 1-2/+11
2020-10-18Build multi-platform images with Docker BuildxGravatar Frédéric Guillot 1-59/+18
2020-09-27Add Prometheus exporterGravatar Frédéric Guillot 1-1/+1
2020-04-25Update dependencies and remove vendor folderGravatar Frédéric Guillot 1-22/+22
2019-12-28Remove dependency on Sed to build Docker imagesGravatar Frédéric Guillot 1-21/+27
2019-11-26Add Makefile target to build only amd64 Docker imageGravatar Frédéric Guillot 1-0/+9
2019-10-21Make sure integration tests are marked as failed in Github ActionsGravatar Frédéric Guillot 1-2/+3
2019-09-30Add missing arm32v7 in loopGravatar Frédéric Guillot 1-1/+1
2019-09-22Add Docker image variant for arm32v7Gravatar Frédéric Guillot 1-0/+5
2019-03-14Move Dockerfile to main repoGravatar Frédéric Guillot 1-23/+60
2019-01-02Add more targets to MakefileGravatar Clar Charr 1-0/+29
2018-12-28Add -mod=vendor in MakefileGravatar Frédéric Guillot 1-7/+9
2018-12-02Add Makefile target for current OS and architectureGravatar Frédéric Guillot 1-1/+5
2018-12-02Improve MakefileGravatar Frédéric Guillot 1-32/+34
2018-12-01Add Windows build targetGravatar Frédéric Guillot 1-2/+7
2018-10-29Disable go test cachingGravatar Frédéric Guillot 1-2/+2
2018-10-28Avoid duplication of ldflags in MakefileGravatar Frédéric Guillot 1-10/+11
2018-10-23Add OpenBSD buildGravatar Ashe Connor 1-2/+6
2018-09-16Split Makefile linux targets by architectureGravatar Frédéric Guillot 1-4/+13
2018-08-25Split integration tests into multiple filesGravatar Frédéric Guillot 1-1/+1
2018-08-24Use canonical importsGravatar Frédéric Guillot 1-7/+7
2018-06-29Strip binaries to reduce sizeGravatar Frédéric Guillot 1-7/+7
2018-03-18Update .gitignoreGravatar Frédéric Guillot 1-1/+1
2018-03-18Add FreeBSD build targetGravatar MoritzFago 1-2/+6
2018-01-31Show API URL endpoints in user interfaceGravatar Frédéric Guillot 1-1/+1
2018-01-29Enable debug mode for integration testsGravatar Frédéric Guillot 1-1/+1
2018-01-20Compile all ARM architecturesGravatar Frédéric Guillot 1-2/+4
2018-01-04Update project path in Makefile2.0.0-rc1Gravatar Frédéric Guillot 1-6/+6
2017-12-27Add build targets for ARM architecturesGravatar Frédéric Guillot 1-4/+9
2017-11-27Make sure golint pass on the code baseGravatar Frédéric Guillot 1-5/+9
2017-11-25Add first integration testGravatar Frédéric Guillot 1-1/+18
2017-11-19First commitGravatar Frédéric Guillot 1-0/+25