diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00fc7a2..5f0cc56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/README.md b/README.md index 4b97681..f69c00b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.zhcn.md b/README.zhcn.md index 637028d..b3afa8d 100644 --- a/README.zhcn.md +++ b/README.zhcn.md @@ -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 ## 使用方法 diff --git a/README.zhtw.md b/README.zhtw.md index b94b1b7..45c57d0 100644 --- a/README.zhtw.md +++ b/README.zhtw.md @@ -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