build: Use purego tags on 'all' target
This commit is contained in:
parent
287cfee73c
commit
0e996c4664
1
build.go
1
build.go
@ -61,6 +61,7 @@ var targets = map[string]target{
|
|||||||
// Only valid for the "build" and "install" commands as it lacks all
|
// Only valid for the "build" and "install" commands as it lacks all
|
||||||
// the archive creation stuff.
|
// the archive creation stuff.
|
||||||
buildPkg: "./cmd/...",
|
buildPkg: "./cmd/...",
|
||||||
|
tags: []string{"purego"},
|
||||||
},
|
},
|
||||||
"syncthing": {
|
"syncthing": {
|
||||||
// The default target for "build", "install", "tar", "zip", "deb", etc.
|
// The default target for "build", "install", "tar", "zip", "deb", etc.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user