Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
chore(task): Add Android ARM64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
j33h22 committed Feb 2, 2024
1 parent 5a49551 commit 1a15d87
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,15 @@ tasks:
GOOS: linux,
GOARCH: mips64le
}
android-arm64-mihomo:
desc: Build TPClash With Mihomo(android/arm64)
cmds:
- task: build-tpclash-mihomo
vars: {
PLATFORM: android-arm64,
GOOS: android,
GOARCH: arm64
}

default:
cmds:
Expand All @@ -267,5 +276,6 @@ tasks:
- task: linux-armv5-mihomo
- task: linux-armv6-mihomo
- task: linux-armv7-mihomo
- task: android-arm64-mihomo
- rm -rf static build/mihomo-*
- cp flatcar.butane.yaml example.yaml build

0 comments on commit 1a15d87

Please sign in to comment.