From b5b2e296f90a238733ca98d388e61e55bf0742e0 Mon Sep 17 00:00:00 2001 From: wcbing Date: Sat, 30 Nov 2024 01:41:35 +0800 Subject: [PATCH] add arm64 version for github releases --- README.md | 36 ++++++++++++++++++------------------ data/github.json | 31 +++++++++++++++++++++---------- 2 files changed, 39 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index c314088..29b13fd 100644 --- a/README.md +++ b/README.md @@ -48,24 +48,24 @@ curl -fsSL https://packages.wcbing.top/deb/del.sh | sudo sh ### Github Releses -|软件名|包名|地址| -|-|-|-| -|Clash Verge Rev|clash-verge|[Github Releses](https://github.com/clash-verge-rev/clash-verge-rev/releases)| -|FlClash|flclash|[Github Releses](https://github.com/chen08209/FlClash/releases)| -|mihomo|mihomo|[Github Releases](https://github.com/MetaCubeX/mihomo/releases)| -|hugo|hugo|[Github Releases](https://github.com/gohugoio/hugo/releases)| -|RustDesk|rustdesk|[Github Releases](https://github.com/rustdesk/rustdesk/releases)| -|Obsidian|obsidian|[Github Releases](https://github.com/obsidianmd/obsidian-releases/releases)| -|draw.io|draw.io|[Github Releases](https://github.com/jgraph/drawio-desktop/releases)| -|Tabby|tabby-terminal|[Github Releases](https://github.com/Eugeny/tabby/releases)| -|Pandoc|pandoc|[Github Releases](https://github.com/jgm/pandoc/releases)| -|TinyGo|tinygo|[Github Releases](https://github.com/tinygo-org/tinygo/releases)| -|LocalSend|localsend|[Github Releases](https://github.com/localsend/localsend/releases)| -|Motrix|motrix|[Github Releases](https://github.com/agalwood/Motrix/releases)| -|PeaZip|peazip|[Github Releases](https://github.com/peazip/PeaZip/releases)| -|Neovim/Nvim|neovim|[Github Releases](https://github.com/neovim/neovim-releases/releases)| -|思源笔记|siyuan|[Github Releases](https://github.com/siyuan-note/siyuan/releases)| -|Hiddify|hiddify|[Github Releases](https://github.com/hiddify/hiddify-app/releases)| +| 软件名 | 包名 | amd64 | arm64 | +| ----- | ---- | ----- | ----- | +| [Clash Verge Rev](https://github.com/clash-verge-rev/clash-verge-rev/releases) | clash-verge | ✅ | ✅ | +| [FlClash](https://github.com/chen08209/FlClash/releases) | flclash | ✅ | | +| [mihomo](https://github.com/MetaCubeX/mihomo/releases) | mihomo | ✅ | ✅ | +| [hugo](https://github.com/gohugoio/hugo/releases) | hugo | ✅ | ✅ | +| [RustDesk](https://github.com/rustdesk/rustdesk/releases) | rustdesk | ✅ | ✅ | +| [Obsidian](https://github.com/obsidianmd/obsidian-releases/releases) | obsidian | ✅ | | +| [draw.io](https://github.com/jgraph/drawio-desktop/releases) | draw.io | ✅ | ✅ | +| [Tabby](https://github.com/Eugeny/tabby/releases) | tabby-terminal | ✅ | ✅ | +| [Pandoc](https://github.com/jgm/pandoc/releases) | pandoc | ✅ | ✅ | +| [TinyGo](https://github.com/tinygo-org/tinygo/releases) | tinygo | ✅ | ✅ | +| [LocalSend](https://github.com/localsend/localsend/releases) | localsend | ✅ | ✅ | +| [Motrix](https://github.com/agalwood/Motrix/releases) | motrix | ✅ | ✅ | +| [PeaZip](https://github.com/peazip/PeaZip/releases) | peazip | ✅ | | +| [Neovim/Nvim](https://github.com/neovim/neovim-releases/releases) | neovim | ✅ | | +| [思源笔记](https://github.com/siyuan-note/siyuan/releases) | siyuan | ✅ | ✅ | +| [Hiddify](https://github.com/hiddify/hiddify-app/releases) | hiddify | ✅ | | ### 合并自官方 repo diff --git a/data/github.json b/data/github.json index f6d5034..486fd12 100644 --- a/data/github.json +++ b/data/github.json @@ -2,13 +2,15 @@ "clash-verge": { "repo": "clash-verge-rev/clash-verge-rev", "file_list": [ - "Clash.Verge_{stripped_version}_amd64.deb" + "Clash.Verge_{stripped_version}_amd64.deb", + "Clash.Verge_{stripped_version}_arm64.deb" ] }, "mihomo": { "repo": "MetaCubeX/mihomo", "file_list": [ - "mihomo-linux-amd64-compatible-{version_tag}.deb" + "mihomo-linux-amd64-compatible-{version_tag}.deb", + "mihomo-linux-arm64-{version_tag}.deb" ] }, "flclash": { @@ -20,13 +22,15 @@ "hugo": { "repo": "gohugoio/hugo", "file_list": [ - "hugo_{stripped_version}_linux-amd64.deb" + "hugo_extended_{stripped_version}_linux-amd64.deb", + "hugo_extended_{stripped_version}_linux-arm64.deb" ] }, "rustdesk": { "repo": "rustdesk/rustdesk", "file_list": [ - "rustdesk-{version_tag}-x86_64.deb" + "rustdesk-{version_tag}-x86_64.deb", + "rustdesk-{version_tag}-aarch64.deb" ] }, "obsidian": { @@ -38,25 +42,29 @@ "draw.io": { "repo": "jgraph/drawio-desktop", "file_list": [ - "drawio-amd64-{stripped_version}.deb" + "drawio-amd64-{stripped_version}.deb", + "drawio-arm64-{stripped_version}.deb" ] }, "tabby": { "repo": "Eugeny/tabby", "file_list": [ - "tabby-{stripped_version}-linux-x64.deb" + "tabby-{stripped_version}-linux-x64.deb", + "tabby-{stripped_version}-linux-arm64.deb" ] }, "pandoc": { "repo": "jgm/pandoc", "file_list": [ - "pandoc-{version_tag}-1-amd64.deb" + "pandoc-{version_tag}-1-amd64.deb", + "pandoc-{version_tag}-1-arm64.deb" ] }, "tinygo": { "repo": "tinygo-org/tinygo", "file_list": [ - "tinygo_{stripped_version}_amd64.deb" + "tinygo_{stripped_version}_amd64.deb", + "tinygo_{stripped_version}_arm64.deb" ] }, "chezmoi": { @@ -68,13 +76,15 @@ "localsend": { "repo": "localsend/localsend", "file_list": [ - "LocalSend-{stripped_version}-linux-x86-64.deb" + "LocalSend-{stripped_version}-linux-x86-64.deb", + "LocalSend-{stripped_version}-linux-arm-64.deb" ] }, "motrix": { "repo": "agalwood/Motrix", "file_list": [ - "Motrix_{stripped_version}_amd64.deb" + "Motrix_{stripped_version}_amd64.deb", + "Motrix_{stripped_version}_arm64.deb" ] }, "peazip": { @@ -92,6 +102,7 @@ "siyuan": { "repo": "siyuan-note/siyuan", "file_list": [ + "siyuan-{stripped_version}-linux.deb", "siyuan-{stripped_version}-linux-arm64.deb" ] },