Stat build to show file size

This commit is contained in:
Erik Wilson 2020-07-13 10:06:23 -07:00
parent e1dc3451bc
commit 466f093943
No known key found for this signature in database
GPG Key ID: 28E43BB8BE202CF8

View File

@ -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}