build: switch to matrix builds for Debian based variant builds (#1313)

This commit is contained in:
Geoff Bourne
2022-01-29 14:53:34 -06:00
committed by GitHub
parent 469afb3200
commit eb694463c5
20 changed files with 142 additions and 103 deletions

View File

@@ -2,7 +2,8 @@
ftbInstallMarker=".ftb-installed"
. ${SCRIPTS:-/}start-utils
# shellcheck source=start-utils
. "${SCRIPTS:-/}start-utils"
isDebugging && set -x
set -e
@@ -80,4 +81,5 @@ if ! [ -v SERVER ]; then
fi
export FAMILY=FORGE
exec ${SCRIPTS:-/}start-setupWorld $@