mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-11 04:05:35 +08:00
Build package instead of go source files. Fixes issue where build constraints were not being honored. (#205)
This commit is contained in:
@@ -27,5 +27,5 @@ build "linux" "amd64" "./*.go"
|
||||
|
||||
NAME=mdmctl
|
||||
echo "\nBuilding $NAME version $VERSION"
|
||||
build "darwin" "amd64" "./cmd/mdmctl/*.go"
|
||||
build "linux" "amd64" "./cmd/mdmctl/*.go"
|
||||
build "darwin" "amd64" "./cmd/mdmctl"
|
||||
build "linux" "amd64" "./cmd/mdmctl"
|
||||
|
||||
Reference in New Issue
Block a user