diff --git a/fact_helper_file/mime/custom_mime_linux b/fact_helper_file/mime/custom_mime_linux index 18e4238..54acdd1 100644 --- a/fact_helper_file/mime/custom_mime_linux +++ b/fact_helper_file/mime/custom_mime_linux @@ -208,6 +208,8 @@ !:mime linux/kernel 36 belong 0x016f2818 Linux kernel ARM boot executable zImage (big-endian) !:mime linux/kernel +56 lelong 0x644d5241 Linux kernel ARM64 boot executable Image +!:mime linux/kernel ############################################################################ # Linux 8086 executable diff --git a/pyproject.toml b/pyproject.toml index 5adc8b6..a386273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "fact_helper_file" -version = "0.2.16" +version = "0.2.17" authors = [ {name = "Johannes vom Dorp"} ]