mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
Added build support for all linux architectures supported by gox
This commit is contained in:
parent
742cf748ac
commit
28169b04f7
@ -4,6 +4,6 @@
|
||||
# at https://github.com/inconshreveable/gonative
|
||||
|
||||
gox -ldflags "${LDFLAGS}" -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"
|
||||
gox -os=linux -arch=ppc64 -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"
|
||||
gox -os=linux -arch=ppc64le -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"
|
||||
# include non-default linux builds too
|
||||
gox -ldflags "${LDFLAGS}" -os=linux -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user