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:
parent
cc8eb89ce0
commit
6e20d37dda
5 changed files with 41 additions and 83 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue