Skip to content

Commit

Permalink
chore(task): add meta 386 build
Browse files Browse the repository at this point in the history
add meta 386 build

Signed-off-by: kovacs <[email protected]>
  • Loading branch information
mritd committed Oct 9, 2023
1 parent f1506f9 commit d53307e
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 @@ -303,6 +303,15 @@ tasks:
GOARCH: mips64le
}

linux-386-meta:
desc: Build TPClash With Clash Meta(linux/386)
cmds:
- task: build-tpclash-meta
vars: {
PLATFORM: linux-386,
GOOS: linux,
GOARCH: 386,
}
linux-amd64-meta:
desc: Build TPClash With Clash Meta(linux/amd64)
cmds:
Expand Down Expand Up @@ -418,6 +427,7 @@ tasks:
- task: linux-amd64-v3-premium
- task: linux-arm64-premium
- rm -rf static/yacd static/official
- task: linux-386-meta
- task: linux-amd64-meta
- task: linux-amd64-v3-meta
- task: linux-arm64-meta
Expand Down

0 comments on commit d53307e

Please sign in to comment.