Class NativeBinaryUtil
java.lang.Object
io.quarkus.container.image.deployment.util.NativeBinaryUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleannativeIsLinuxBinary(NativeImageBuildItem nativeImageBuildItem) Checks if the file is a linux binary by checking the first bytes of the file against the ELF magic number
-
Method Details
-
nativeIsLinuxBinary
Checks if the file is a linux binary by checking the first bytes of the file against the ELF magic number
-