mirror of
https://github.com/v2ray/v2ray-core.git
synced 2024-04-21 12:31:52 +00:00
Adjust arm build
This commit is contained in:
+4
-4
@@ -72,7 +72,7 @@ def gen_targets(matrix):
|
||||
foreign_go_binary(
|
||||
name = bin_name,
|
||||
pkg = pkg,
|
||||
output = "w" + output + "_armv5",
|
||||
output = "w" + output,
|
||||
os = os,
|
||||
arch = arch,
|
||||
arm = "5",
|
||||
@@ -105,7 +105,7 @@ def gen_targets(matrix):
|
||||
foreign_go_binary(
|
||||
name = bin_name,
|
||||
pkg = pkg,
|
||||
output = output+"_armv7",
|
||||
output = output + "_armv7",
|
||||
os = os,
|
||||
arch = arch,
|
||||
arm = "7",
|
||||
@@ -120,7 +120,7 @@ def gen_targets(matrix):
|
||||
foreign_go_binary(
|
||||
name = bin_name,
|
||||
pkg = pkg,
|
||||
output = output+"_armv6",
|
||||
output = output + "_armv6",
|
||||
os = os,
|
||||
arch = arch,
|
||||
arm = "6",
|
||||
@@ -135,7 +135,7 @@ def gen_targets(matrix):
|
||||
foreign_go_binary(
|
||||
name = bin_name,
|
||||
pkg = pkg,
|
||||
output = output+"_armv5",
|
||||
output = output,
|
||||
os = os,
|
||||
arch = arch,
|
||||
arm = "5",
|
||||
|
||||
Reference in New Issue
Block a user