Skip to content

Commit 31ed0d6

Browse files
committed
chore: fix release
1 parent 995dadc commit 31ed0d6

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

release/friendly-filenames.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"darwin-amd64": { "friendlyName": "macos-64" },
3+
"dragonfly-amd64": { "friendlyName": "dragonfly-64" },
4+
"freebsd-386": { "friendlyName": "freebsd-32" },
5+
"freebsd-amd64": { "friendlyName": "freebsd-64" },
6+
"linux-386": { "friendlyName": "linux-32" },
7+
"linux-amd64": { "friendlyName": "linux-64" },
8+
"linux-arm5": { "friendlyName": "linux-arm32-v5" },
9+
"linux-arm64": { "friendlyName": "linux-arm64-v8a" },
10+
"linux-arm6": { "friendlyName": "linux-arm32-v6" },
11+
"linux-arm7": { "friendlyName": "linux-arm32-v7a" },
12+
"linux-mips64le": { "friendlyName": "linux-mips64le" },
13+
"linux-mips64": { "friendlyName": "linux-mips64" },
14+
"linux-mipsle": { "friendlyName": "linux-mips32le" },
15+
"linux-mips": { "friendlyName": "linux-mips32" },
16+
"linux-riscv64": { "friendlyName": "linux-riscv64" },
17+
"openbsd-386": { "friendlyName": "openbsd-32" },
18+
"openbsd-amd64": { "friendlyName": "openbsd-64" },
19+
"windows-amd64": { "friendlyName": "windows-64" },
20+
"windows-386": { "friendlyName": "windows-32" },
21+
"windows-arm7": { "friendlyName": "windows-arm32-v7a" },
22+
"android-arm64": { "friendlyName": "android-arm64-v8a" }
23+
}

0 commit comments

Comments
 (0)