mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-14 05:04:12 +08:00
add android amd64
This commit is contained in:
parent
497da3a7bd
commit
15b27ad62d
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -42,6 +42,10 @@ jobs:
|
|||||||
- goos: android
|
- goos: android
|
||||||
goarch: arm64
|
goarch: arm64
|
||||||
# END Android ARM 8
|
# END Android ARM 8
|
||||||
|
# BEGIN Android AMD64
|
||||||
|
- goos: android
|
||||||
|
goarch: amd64
|
||||||
|
# END Android AMD64
|
||||||
# Windows ARM
|
# Windows ARM
|
||||||
- goos: windows
|
- goos: windows
|
||||||
goarch: arm64
|
goarch: arm64
|
||||||
@ -113,8 +117,6 @@ jobs:
|
|||||||
declare -A arches=(
|
declare -A arches=(
|
||||||
["amd64"]="x86_64-linux-android24-clang"
|
["amd64"]="x86_64-linux-android24-clang"
|
||||||
["arm64"]="aarch64-linux-android24-clang"
|
["arm64"]="aarch64-linux-android24-clang"
|
||||||
["386"]="i686-linux-android24-clang"
|
|
||||||
["arm7"]="armv7a-linux-androideabi24-clang"
|
|
||||||
)
|
)
|
||||||
echo CC="$(realpath android-ndk-*/toolchains/llvm/prebuilt/linux-x86_64/bin)/${arches[${{ matrix.goarch }}]}" >> $GITHUB_ENV
|
echo CC="$(realpath android-ndk-*/toolchains/llvm/prebuilt/linux-x86_64/bin)/${arches[${{ matrix.goarch }}]}" >> $GITHUB_ENV
|
||||||
echo CGO_ENABLED=1 >> $GITHUB_ENV
|
echo CGO_ENABLED=1 >> $GITHUB_ENV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user