mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
More build targets.
This commit is contained in:
parent
9784393b15
commit
8b78f19335
3 changed files with 23 additions and 0 deletions
|
@ -17,6 +17,9 @@ cd ..
|
|||
git archive --format=tar.gz --prefix=ZeroTierOne/ -o linux-build-farm/zt1-src.tar.gz HEAD
|
||||
cd linux-build-farm
|
||||
|
||||
# Note that --privileged is used so we can bind mount VM shares when building in a VM.
|
||||
# It has no other impact or purpose, but probably doesn't matter here in any case.
|
||||
|
||||
for distro in $*; do
|
||||
cd $distro
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue