Stat build to show file size

parent e1dc3451
......@@ -58,4 +58,6 @@ LDFLAGS="
STATIC="-extldflags '-static'"
CGO_ENABLED=0 "${GO}" build -ldflags "$LDFLAGS $STATIC" -o ${CMD_NAME} ./cmd/k3s/main.go
stat ${CMD_NAME}
./scripts/build-upload ${CMD_NAME} ${COMMIT}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment