Add a script to clean up old compute node images on Azure.
[arvados-dev.git] / compute-image-cleaner / Makefile
diff --git a/compute-image-cleaner/Makefile b/compute-image-cleaner/Makefile
new file mode 100644 (file)
index 0000000..3b42bc0
--- /dev/null
@@ -0,0 +1,11 @@
+
+build:
+       @go build -ldflags "-s -w"
+
+lint:
+       @gofmt -s -w *go
+       @golint
+       @cd config/; golint
+       @golangci-lint run
+       @cd config/; golangci-lint run
+