Add Asustor build scripts

This commit is contained in:
Joseph Henry 2022-04-26 08:33:48 -07:00
commit 1a5274b86b
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
16 changed files with 334 additions and 1 deletions

13
pkg/asustor/build.sh Executable file
View file

@ -0,0 +1,13 @@
#!/bin/bash
build_packages()
{
sudo docker run -v $(pwd):/zto ztasustor
}
build_container()
{
sudo docker build -t ztasustor . --load
}
"$@"