Implement build logic
This commit is contained in:
parent
57ca78ac1d
commit
c024aa01d6
10 changed files with 65 additions and 60 deletions
14
makeimage.sh
14
makeimage.sh
|
@ -1,17 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
set -xe
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
if [[ $# -lt 1 || $# -gt 2 ]]; then
|
||||
echo "Invalid Arguments"
|
||||
exit -1
|
||||
fi
|
||||
|
||||
TARGET="$1"
|
||||
VARIANT="${2:-gpl}"
|
||||
REPO="${GITHUB_REPOSITORY:-btbn/ffmpeg-builds}"
|
||||
REPO="${REPO,,}"
|
||||
source util/vars.sh
|
||||
|
||||
./generate.sh "$TARGET" "$VARIANT"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue