mirror of https://github.com/status-im/xgo.git
Clean up cross compiler container after build.
This commit is contained in:
parent
4d63734402
commit
3ba5070af0
2
xgo.go
2
xgo.go
|
@ -210,7 +210,7 @@ func compile(repo string, image string, remote string, branch string, pack strin
|
||||||
fmt.Printf("Cross compiling %s...\n", repo)
|
fmt.Printf("Cross compiling %s...\n", repo)
|
||||||
|
|
||||||
args := []string{
|
args := []string{
|
||||||
"run",
|
"run", "--rm",
|
||||||
"-v", folder + ":/build",
|
"-v", folder + ":/build",
|
||||||
"-v", depsCache + ":/deps-cache:ro",
|
"-v", depsCache + ":/deps-cache:ro",
|
||||||
"-e", "REPO_REMOTE=" + remote,
|
"-e", "REPO_REMOTE=" + remote,
|
||||||
|
|
Loading…
Reference in New Issue