fix(healthcheck/nonasciifile): don't skip healthcheck bin
All checks were successful
build / build (pull_request) Successful in 1m9s
build / trigger-build-image (pull_request) Has been skipped
build / build (push) Successful in 1m12s
build / trigger-build-image (push) Has been skipped

This commit is contained in:
zzjc1234 2024-10-21 16:49:48 +08:00
parent 78a711ff3b
commit c7b8cda34d

View File

@ -50,10 +50,6 @@ func getNonAscii(root string) ([]string, error) {
}
}
if info.Name() == "healthcheck" {
return nil
}
if gitattrExist {
relPath, err := filepath.Rel(root, path)
if err != nil {