1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Build multi-platform images with Docker Buildx

This commit is contained in:
Frédéric Guillot 2020-10-18 15:00:10 -07:00 committed by Frédéric Guillot
parent cc8eb89ce0
commit 6e20d37dda
5 changed files with 41 additions and 83 deletions

View file

@ -4,8 +4,9 @@
package version // import "miniflux.app/version"
// Version of the application (generated with "make build")
var Version = "2.0.x-dev"
// BuildDate is generated with "make build"
var BuildDate = "undefined"
// Variables populated at build time.
var (
Version = "dev"
Commit = "HEAD"
BuildDate = "undefined"
)