Add scripts to build packaging images
This commit is contained in:
parent
7ada90e3d0
commit
ba8b33d49e
3 changed files with 21 additions and 0 deletions
7
package/android/build.sh
Executable file
7
package/android/build.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
docker build -t lisyarus/psemek:package-android .
|
||||
7
package/linux/build.sh
Executable file
7
package/linux/build.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
docker build -t lisyarus/psemek:package-linux .
|
||||
7
package/win/build.sh
Executable file
7
package/win/build.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
docker build -t lisyarus/psemek:package-windows .
|
||||
Loading…
Add table
Reference in a new issue