@@ -6,7 +6,7 @@ END =
ifeq (${GOOS}, windows)
END=.exe
endif
-EDIT = ${edit}${END}
+EDIT = ${edit}_${GOOS}_${GOARCH}${END}
commitId = $(shell git rev-parse HEAD)