Add scripts to build packaging images

This commit is contained in:
Nikita Lisitsa 2024-08-22 19:25:05 +03:00
parent 7ada90e3d0
commit ba8b33d49e
3 changed files with 21 additions and 0 deletions

7
package/android/build.sh Executable file
View 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
View 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
View file

@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")"
docker build -t lisyarus/psemek:package-windows .