Skip to content

Commit

Permalink
sync OsInfo file
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Nov 3, 2023
1 parent c074d22 commit f27e198
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ internal object OsInfo {
private const val PPC = "ppc"
private const val PPC64 = "ppc64"

@Suppress("ktlint:standard:discouraged-comment-location")
private val archMapping = mapOf(
// x86 mappings
X86 to X86,
Expand Down Expand Up @@ -70,6 +71,8 @@ internal object OsInfo {
"powerpc64" to PPC64,
"power_pc64" to PPC64,
"power_rs64" to PPC64,
"ppc64el" to PPC64,
"ppc64le" to PPC64,
)

@JvmStatic
Expand Down

0 comments on commit f27e198

Please sign in to comment.