Adjust arm build

This commit is contained in:
rprx
2020-06-28 08:56:55 +00:00
committed by GitHub
parent 19c5014ed1
commit 4947537eee
+4 -4
View File
@@ -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",