1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Added support for PPC architectures

This commit is contained in:
Mike Farah
2018-07-18 13:45:15 +10:00
parent 54c06cdb4c
commit 742cf748ac
2 changed files with 3 additions and 1 deletions

View File

@@ -4,4 +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}}"