mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 02:27:38 -07:00
More Linux Docker build farm targets.
This commit is contained in:
parent
65da797112
commit
9784393b15
4 changed files with 23 additions and 0 deletions
|
@ -20,6 +20,8 @@ cd linux-build-farm
|
|||
for distro in $*; do
|
||||
cd $distro
|
||||
|
||||
rm -f *.deb
|
||||
|
||||
cd x64
|
||||
mv ../../zt1-src.tar.gz .
|
||||
docker build -t zt1-build-${distro}-x64 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue