mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-07 18:56:26 +02:00
repo: build with correct platform
This commit is contained in:
parent
b02fe3eefb
commit
9c2f562e01
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ do
|
||||||
else
|
else
|
||||||
if [[ $BUILD -eq 1 ]]; then
|
if [[ $BUILD -eq 1 ]]; then
|
||||||
echo "Building package $pkg"
|
echo "Building package $pkg"
|
||||||
make -j16 $pkg.pkg.tar.gz
|
make -j16 $pkg.pkg.tar.gz PLATFORM=docker-debian
|
||||||
echo "Done with package $pkg"
|
echo "Done with package $pkg"
|
||||||
elif [[ $CI -eq 1 ]]; then
|
elif [[ $CI -eq 1 ]]; then
|
||||||
echo "Commit SHA: $pkg"
|
echo "Commit SHA: $pkg"
|
||||||
|
@ -36,7 +36,7 @@ do
|
||||||
|
|
||||||
echo "Building packages: $PACKAGES"
|
echo "Building packages: $PACKAGES"
|
||||||
for package in "$PACKAGES"; do
|
for package in "$PACKAGES"; do
|
||||||
make -j16 $package.pkg.tar.gz
|
make -j16 $package.pkg.tar.gz PLATFORM=docker-debian
|
||||||
done
|
done
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue