1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-11 17:51:01 +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

@ -13,6 +13,7 @@ import (
func info() {
fmt.Println("Version:", version.Version)
fmt.Println("Commit:", version.Commit)
fmt.Println("Build Date:", version.BuildDate)
fmt.Println("Go Version:", runtime.Version())
fmt.Println("Compiler:", runtime.Compiler)