Skip to content

Commit

Permalink
arm release include GOARM=6
Browse files Browse the repository at this point in the history
  • Loading branch information
vcptr authored and xiaokangwang committed Dec 29, 2019
1 parent 78d940d commit 9d1cac1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions main/targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,18 @@ def gen_targets(matrix):
name = bin_name + "_sig",
base = ":" + bin_name,
)

bin_name = "v2ray_" + os + "_" + arch + "_armv6"
foreign_go_binary(
name = bin_name,
pkg = pkg,
output = output+"_armv6",
os = os,
arch = arch,
arm = "6",
)

gpg_sign(
name = bin_name + "_sig",
base = ":" + bin_name,
)

0 comments on commit 9d1cac1

Please sign in to comment.