Add QNAP build scripts

This commit is contained in:
Joseph Henry 2022-04-26 15:04:19 -07:00
commit 4f80e79886
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
27 changed files with 398 additions and 0 deletions

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

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