mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-02 23:47:11 +00:00
Make pkg build
build the image
Signed-off-by: Karol Woźniak <wozniakk@gmail.com>
This commit is contained in:
committed by
KenjiTakahashi
parent
00b9bb56a0
commit
9d2e7e9281
@@ -29,7 +29,7 @@ func pkgBuild(args []string) {
|
||||
|
||||
fmt.Printf("Building %q\n", p.Tag())
|
||||
|
||||
var opts []pkglib.BuildOpt
|
||||
opts := []pkglib.BuildOpt{pkglib.WithBuildImage()}
|
||||
if *force {
|
||||
opts = append(opts, pkglib.WithBuildForce())
|
||||
}
|
||||
|
Reference in New Issue
Block a user