fix crossbuild for travis
This commit is contained in:
parent
cf6cd5fd4e
commit
ed645e3a2f
2 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
#
|
||||
# build.sh
|
||||
|
||||
if [ "$1" != x86_64 ]; then
|
||||
arch="-a $1"
|
||||
if [ "$1" != "$2" ]; then
|
||||
arch="-a $2"
|
||||
fi
|
||||
|
||||
for pkg in $(cat /tmp/templates); do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue