AppRunner: Reports detailed status

Status includes: commit hash, running commands and logs

Change-Id: I5f28f69710b30508bb3296a22fc97b9ad7553844
diff --git a/apps/app-runner/Makefile b/apps/app-runner/Makefile
index 86ec333..187ca18 100644
--- a/apps/app-runner/Makefile
+++ b/apps/app-runner/Makefile
@@ -16,6 +16,11 @@
 clean:
 	rm -f app-runner
 
+build: export CGO_ENABLED=0
+build: export GO111MODULE=on
+build: clean
+	/usr/local/go/bin/go build -o app-runner *.go
+
 build_arm64: export CGO_ENABLED=0
 build_arm64: export GO111MODULE=on
 build_arm64: export GOOS=linux