Unverified Commit f3d3ffe8 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

go: add loongarch64 cpu support (#399995)

parents 98cb13a4 4720a507
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ let
      "armv6l" = "arm";
      "armv7l" = "arm";
      "i686" = "386";
      "loongarch64" = "loong64";
      "mips" = "mips";
      "mips64el" = "mips64le";
      "mipsel" = "mipsle";
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ let
      "armv6l" = "arm";
      "armv7l" = "arm";
      "i686" = "386";
      "loongarch64" = "loong64";
      "mips" = "mips";
      "mips64el" = "mips64le";
      "mipsel" = "mipsle";
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ let
      "armv7l" = "armv6l";
      "powerpc64le" = "ppc64le";
      "riscv64" = "riscv64";
      "loongarch64" = "loong64";
    }
    .${platform.parsed.cpu.name} or (throw "Unsupported CPU ${platform.parsed.cpu.name}");