mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-04 09:17:32 -05:00
580d33a7e3
* CI: add Linux loongarch64 build tasks * Fix: rename goarch from loongarch64 to loong64 * chore: go mod tidy * Chore: bump github.com/refraction-networking/utls from 1.3.2 to 1.3.3 (#2611) Bumps [github.com/refraction-networking/utls](https://github.com/refraction-networking/utls) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/refraction-networking/utls/releases) - [Commits](https://github.com/refraction-networking/utls/compare/v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: github.com/refraction-networking/utls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * CI: add Linux loongarch64 build tasks * Fix: rename goarch from loongarch64 to loong64 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
33 lines
1.6 KiB
JSON
33 lines
1.6 KiB
JSON
{
|
|
"darwin-amd64": { "friendlyName": "macos-64" },
|
|
"darwin-arm64": { "friendlyName": "macos-arm64-v8a" },
|
|
"dragonfly-amd64": { "friendlyName": "dragonfly-64" },
|
|
"freebsd-386": { "friendlyName": "freebsd-32" },
|
|
"freebsd-amd64": { "friendlyName": "freebsd-64" },
|
|
"freebsd-arm6": { "friendlyName": "freebsd-arm32-v6" },
|
|
"freebsd-arm7": { "friendlyName": "freebsd-arm32-v7a" },
|
|
"freebsd-arm64": { "friendlyName": "freebsd-arm64-v8a" },
|
|
"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" },
|
|
"linux-loong64": { "friendlyName": "linux-loong64" },
|
|
"openbsd-386": { "friendlyName": "openbsd-32" },
|
|
"openbsd-amd64": { "friendlyName": "openbsd-64" },
|
|
"openbsd-arm6": { "friendlyName": "openbsd-arm32-v6" },
|
|
"openbsd-arm7": { "friendlyName": "openbsd-arm32-v7a" },
|
|
"openbsd-arm64": { "friendlyName": "openbsd-arm64-v8a" },
|
|
"windows-amd64": { "friendlyName": "windows-64" },
|
|
"windows-386": { "friendlyName": "windows-32" },
|
|
"windows-arm64": { "friendlyName": "windows-arm64-v8a" },
|
|
"windows-arm7": { "friendlyName": "windows-arm32-v7a" },
|
|
"android-arm64": { "friendlyName": "android-arm64-v8a" }
|
|
}
|