add arm64 version for remote repo

This commit is contained in:
wcbing 2024-12-02 02:13:09 +08:00
parent ab0cf8c3a9
commit b58c6340bd
2 changed files with 21 additions and 17 deletions

View File

@ -69,20 +69,20 @@ curl -fsSL https://packages.wcbing.top/deb/del.sh | sudo sh
### 合并自官方 repo ### 合并自官方 repo
|软件仓库|包名| | 软件仓库 | 包名 | amd64 | arm64 |
|-|-| | ------ | ---- | ----- | ----- |
|Mozilla Firefox|firefox<br />firefox_beta<br />firefox_devedition<br />firefox_esr<br />firefox_nightly<br />mozillavpn| |Mozilla Firefox|firefox<br />firefox_beta<br />firefox_devedition<br />firefox_esr<br />firefox_nightly<br />mozillavpn| ✅ | ✅ |
|Google Chrome|google-chrome-stable<br />google-chrome-beta<br />google-chrome-unstable| |Google Chrome|google-chrome-stable<br />google-chrome-beta<br />google-chrome-unstable| ✅ | |
|Microsoft Edge|microsoft-edge-stable<br />microsoft-edge-beta<br />microsoft-edge-dev| |Microsoft Edge|microsoft-edge-stable<br />microsoft-edge-beta<br />microsoft-edge-dev| ✅ | |
|Visual Studio Code|code<br />code-insiders<br />code-exploration| |Visual Studio Code|code<br />code-insiders<br />code-exploration| ✅ | ✅ |
|termius|termius-app<br />termius-beta| |termius|termius-app<br />termius-beta| ✅ | |
|Sublime Text<br />Sublime Merge|sublime-text<br />sublime-merge| |Sublime Text<br />Sublime Merge|sublime-text<br />sublime-merge| ✅ | ✅ |
|Steam|steam-launcher<br />steam-libs-amd64| |Steam|steam-launcher<br />steam-libs-amd64| ✅ | |
|Tailscale|tailscale<br />tailscale-nginx-auth| |Tailscale|tailscale<br />tailscale-nginx-auth| ✅ | ✅ |
|[black-desk 打包](https://github.com/black-desk/debs)|app.typst.typst<br />dev.neovide.neovide<br />dev.zed.zed<br />dev.zed.zed-pre<br />io.github.black-desk.debian-tweak<br />io.neovim.neovim<br />io.neovim.neovim-nightly<br />one.metacubex.clash-meta<br />org.pimalaya.himalaya| |[black-desk 打包](https://github.com/black-desk/debs)|app.typst.typst<br />dev.neovide.neovide<br />dev.zed.zed<br />dev.zed.zed-pre<br />io.github.black-desk.debian-tweak<br />io.neovim.neovim<br />io.neovim.neovim-nightly<br />one.metacubex.clash-meta<br />org.pimalaya.himalaya| ✅ | |
|Typora|typora| |Typora|typora| ✅ | ✅ |
|Zotero|zotero<br />zotero-beta<br />zotero6| |Zotero|zotero<br />zotero-beta<br />zotero6|
|Github CLI|gh| |Github CLI|gh| ✅ | ✅ |
## 自建仓库 ## 自建仓库

View File

@ -17,7 +17,8 @@
{ {
"name": "firefox", "name": "firefox",
"repo": "https://packages.mozilla.org/apt/", "repo": "https://packages.mozilla.org/apt/",
"amd64_path": "dists/mozilla/main/binary-amd64/Packages" "amd64_path": "dists/mozilla/main/binary-amd64/Packages",
"arm64_path": "dists/mozilla/main/binary-arm64/Packages"
}, },
{ {
"name": "microsoft-edge", "name": "microsoft-edge",
@ -27,12 +28,14 @@
{ {
"name": "code", "name": "code",
"repo": "https://packages.microsoft.com/repos/code/", "repo": "https://packages.microsoft.com/repos/code/",
"amd64_path": "dists/stable/main/binary-amd64/Packages" "amd64_path": "dists/stable/main/binary-amd64/Packages",
"arm64_path": "dists/stable/main/binary-arm64/Packages"
}, },
{ {
"name": "tailscale", "name": "tailscale",
"repo": "https://pkgs.tailscale.com/stable/debian/", "repo": "https://pkgs.tailscale.com/stable/debian/",
"amd64_path": "dists/sid/main/binary-amd64/Packages" "amd64_path": "dists/sid/main/binary-amd64/Packages",
"arm64_path": "dists/sid/main/binary-arm64/Packages"
}, },
{ {
"name": "sublime", "name": "sublime",
@ -57,6 +60,7 @@
{ {
"name": "gh", "name": "gh",
"repo": "https://cli.github.com/packages/", "repo": "https://cli.github.com/packages/",
"amd64_path": "dists/stable/main/binary-amd64/Packages" "amd64_path": "dists/stable/main/binary-amd64/Packages",
"arm64_path": "dists/stable/main/binary-arm64/Packages"
} }
] ]