travis: enable x86_64, armv[67]hf musl targets.
This commit is contained in:
parent
2984d64ee2
commit
208477330d
|
@ -14,6 +14,10 @@ env:
|
|||
- ARCH=i686 BOOTSTRAP=i686
|
||||
- ARCH=armv6hf BOOTSTRAP=x86_64
|
||||
- ARCH=armv7hf BOOTSTRAP=x86_64
|
||||
- ARCH=x86_64-musl BOOTSTRAP=x86_64-musl
|
||||
- ARCH=armv7hf-musl BOOTSTRAP=x86_64-musl
|
||||
- ARCH=armv6hf-musl BOOTSTRAP=x86_64-musl
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/hostdir/repocache
|
||||
|
|
Loading…
Reference in New Issue