Add Western Digital apkg build scripts

This commit is contained in:
Joseph Henry 2022-04-25 17:47:58 -07:00
commit acd1f24a3f
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344
15 changed files with 280 additions and 0 deletions

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

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