From c6fe0f7fb657a0843d7d3e4b9ebc4a5d5e4a4649 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 4 Dec 2023 16:35:07 -0700 Subject: [PATCH] fix: mipsXle => mipsXel, ppcXel => ppcXle --- _webi/builds-cacher.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_webi/builds-cacher.js b/_webi/builds-cacher.js index 13459fd..9e8119b 100644 --- a/_webi/builds-cacher.js +++ b/_webi/builds-cacher.js @@ -17,6 +17,9 @@ var LEGACY_ARCH_MAP = { armv7l: 'armv7', amd64: 'x86_64', mipsle: 'mipsel', + mips64le: 'mips64el', + mipsr6le: 'mipsr6el', + mips64r6le: 'mips64r6el', // yes... el for arm and mips, but le for ppc // (perhaps the joke got old?) ppc64el: 'ppc64le',