Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,44 +17,44 @@ jobs:
fail-fast: false
matrix:
build:
- linux-arm64
- linux-64bit
- linux-32bit
- macos-arm64
- macos-64bit
- windows-64bit
- windows-32bit
- windows-arm64
- linux-aarch64
- linux-x86_64
- linux-i686
- macos-aarch64
- macos-x86_64 # deprecated
- windows-x86_64
- windows-x86
- windows-aarch64
include:
- build: linux-arm64
- build: linux-aarch64
os: ubuntu-latest
target: aarch64-unknown-linux-musl
use-cross: true
- build: linux-64bit
- build: linux-x86_64
os: ubuntu-latest
target: x86_64-unknown-linux-musl
use-cross: true
- build: linux-32bit
- build: linux-i686
os: ubuntu-latest
target: i686-unknown-linux-musl
use-cross: true
- build: macos-arm64
- build: macos-aarch64
os: macos-14
target: aarch64-apple-darwin
use-cross: false
- build: macos-64bit
- build: macos-x86_64
os: macos-14
target: x86_64-apple-darwin
use-cross: false
- build: windows-64bit
- build: windows-x86_64
os: windows-2022
target: x86_64-pc-windows-msvc
use-cross: false
- build: windows-32bit
- build: windows-x86
os: windows-2022
target: i686-pc-windows-msvc
use-cross: false
- build: windows-arm64
- build: windows-aarch64
os: windows-2022
target: aarch64-pc-windows-msvc
use-cross: false
Expand Down
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,14 @@

| Architecture | Windows | Linux | Mac OS |
| ------------ | ------------- | ------------- | ---------------- |
| 64-bit | [Download][1] | [Download][2] | [Download][3] |
| 32-bit | [Download][4] | [Download][8] | ❌ Not supported |
| Arm64 | [Download][5] | [Download][6] | [Download][7] |

[1]: https://fast-down-update.s121.top/cli/download/latest/windows/64bit
[2]: https://fast-down-update.s121.top/cli/download/latest/linux/64bit
[3]: https://fast-down-update.s121.top/cli/download/latest/macos/64bit
[4]: https://fast-down-update.s121.top/cli/download/latest/windows/32bit
[5]: https://fast-down-update.s121.top/cli/download/latest/windows/arm64
[6]: https://fast-down-update.s121.top/cli/download/latest/linux/arm64
[7]: https://fast-down-update.s121.top/cli/download/latest/macos/arm64
[8]: https://fast-down-update.s121.top/cli/download/latest/linux/32bit
| x86-64 | [Download][1] | [Download][4] | ❌ Not supported |
| x86 | [Download][2] | [Download][5] | ❌ Not supported |
| aarch64 | [Download][3] | [Download][6] | [Download][7] |

[1]: https://fast-down-update.s121.top/cli/download/latest/windows/x86_64
[2]: https://fast-down-update.s121.top/cli/download/latest/windows/i686
[3]: https://fast-down-update.s121.top/cli/download/latest/windows/aarch64
[4]: https://fast-down-update.s121.top/cli/download/latest/linux/x86_64
[5]: https://fast-down-update.s121.top/cli/download/latest/linux/i686
[6]: https://fast-down-update.s121.top/cli/download/latest/linux/aarch64
[7]: https://fast-down-update.s121.top/cli/download/latest/macos/aarch64
28 changes: 14 additions & 14 deletions README.zhcn.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@

## 下载

| 架构 | Windows | Linux | Mac OS |
| ----- | --------- | --------- | --------- |
| 64 位 | [下载][1] | [下载][2] | [下载][3] |
| 32 位 | [下载][4] | [下载][8] | ❌ 不支持 |
| Arm64 | [下载][5] | [下载][6] | [下载][7] |

[1]: https://fast-down-update.s121.top/cli/download/latest/windows/64bit
[2]: https://fast-down-update.s121.top/cli/download/latest/linux/64bit
[3]: https://fast-down-update.s121.top/cli/download/latest/macos/64bit
[4]: https://fast-down-update.s121.top/cli/download/latest/windows/32bit
[5]: https://fast-down-update.s121.top/cli/download/latest/windows/arm64
[6]: https://fast-down-update.s121.top/cli/download/latest/linux/arm64
[7]: https://fast-down-update.s121.top/cli/download/latest/macos/arm64
[8]: https://fast-down-update.s121.top/cli/download/latest/linux/32bit

| 架构 | Windows | Linux | Mac OS |
| ------- | -------- | --------- | -------- |
| x86_64 | [下载][1] | [下载][4] | ❌ 不支持 |
| x86 | [下载][2] | [下载][5] | ❌ 不支持 |
| aarch64 | [下载][3] | [下载][6] | [下载][7] |

[1]: https://fast-down-update.s121.top/cli/download/latest/windows/x86_64
[2]: https://fast-down-update.s121.top/cli/download/latest/windows/i686
[3]: https://fast-down-update.s121.top/cli/download/latest/windows/aarch64
[4]: https://fast-down-update.s121.top/cli/download/latest/linux/x86_64
[5]: https://fast-down-update.s121.top/cli/download/latest/linux/i686
[6]: https://fast-down-update.s121.top/cli/download/latest/linux/aarch64
[7]: https://fast-down-update.s121.top/cli/download/latest/macos/aarch64

## 使用方法

Expand Down
27 changes: 13 additions & 14 deletions README.zhtw.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,16 @@

## 下載

| 架構 | Windows | Linux | macOS |
| ----- | --------- | --------- | --------- |
| 64 元 | [下載][1] | [下載][2] | [下載][3] |
| 32 元 | [下載][4] | [下載][8] | ❌ 不支援 |
| Arm64 | [下載][5] | [下載][6] | [下載][7] |

[1]: https://fast-down-update.s121.top/cli/download/latest/windows/64bit
[2]: https://fast-down-update.s121.top/cli/download/latest/linux/64bit
[3]: https://fast-down-update.s121.top/cli/download/latest/macos/64bit
[4]: https://fast-down-update.s121.top/cli/download/latest/windows/32bit
[5]: https://fast-down-update.s121.top/cli/download/latest/windows/arm64
[6]: https://fast-down-update.s121.top/cli/download/latest/linux/arm64
[7]: https://fast-down-update.s121.top/cli/download/latest/macos/arm64
[8]: https://fast-down-update.s121.top/cli/download/latest/linux/32bit
| 架構 | Windows | Linux | Mac OS |
| ------- | -------- | --------- | -------- |
| x86_64 | [下載][1] | [下載][4] | ❌ 不支援 |
| x86 | [下載][2] | [下載][5] | ❌ 不支援 |
| aarch64 | [下載][3] | [下載][6] | [下載][7] |

[1]: https://fast-down-update.s121.top/cli/download/latest/windows/x86_64
[2]: https://fast-down-update.s121.top/cli/download/latest/windows/i686
[3]: https://fast-down-update.s121.top/cli/download/latest/windows/aarch64
[4]: https://fast-down-update.s121.top/cli/download/latest/linux/x86_64
[5]: https://fast-down-update.s121.top/cli/download/latest/linux/i686
[6]: https://fast-down-update.s121.top/cli/download/latest/linux/aarch64
[7]: https://fast-down-update.s121.top/cli/download/latest/macos/aarch64
Loading