From 31ed0d6e9a99da796a70413b5750dd389a4b41c3 Mon Sep 17 00:00:00 2001 From: mzz2017 Date: Fri, 25 Dec 2020 15:40:36 +0800 Subject: [PATCH] chore: fix release --- release/friendly-filenames.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 release/friendly-filenames.json diff --git a/release/friendly-filenames.json b/release/friendly-filenames.json new file mode 100644 index 0000000..5d186be --- /dev/null +++ b/release/friendly-filenames.json @@ -0,0 +1,23 @@ +{ + "darwin-amd64": { "friendlyName": "macos-64" }, + "dragonfly-amd64": { "friendlyName": "dragonfly-64" }, + "freebsd-386": { "friendlyName": "freebsd-32" }, + "freebsd-amd64": { "friendlyName": "freebsd-64" }, + "linux-386": { "friendlyName": "linux-32" }, + "linux-amd64": { "friendlyName": "linux-64" }, + "linux-arm5": { "friendlyName": "linux-arm32-v5" }, + "linux-arm64": { "friendlyName": "linux-arm64-v8a" }, + "linux-arm6": { "friendlyName": "linux-arm32-v6" }, + "linux-arm7": { "friendlyName": "linux-arm32-v7a" }, + "linux-mips64le": { "friendlyName": "linux-mips64le" }, + "linux-mips64": { "friendlyName": "linux-mips64" }, + "linux-mipsle": { "friendlyName": "linux-mips32le" }, + "linux-mips": { "friendlyName": "linux-mips32" }, + "linux-riscv64": { "friendlyName": "linux-riscv64" }, + "openbsd-386": { "friendlyName": "openbsd-32" }, + "openbsd-amd64": { "friendlyName": "openbsd-64" }, + "windows-amd64": { "friendlyName": "windows-64" }, + "windows-386": { "friendlyName": "windows-32" }, + "windows-arm7": { "friendlyName": "windows-arm32-v7a" }, + "android-arm64": { "friendlyName": "android-arm64-v8a" } +} \ No newline at end of file