Build all fabric-tna targets

This change implicitly support building the new upf profiles for
master, and the old spgw ones for stable.

Change-Id: If8956afc3fb76cf255128e7ea9c147fdcd70d988
diff --git a/app-build.sh b/app-build.sh
index ca9742f..1e9408c 100755
--- a/app-build.sh
+++ b/app-build.sh
@@ -53,7 +53,7 @@
 FABRIC_TNA_GROUPID=org.stratumproject
 FABRIC_TNA_ARTIFACTID=fabric-tna
 FABRIC_TNA_ARTIFACT=${FABRIC_TNA_GROUPID}:${FABRIC_TNA_ARTIFACTID}
-FABRIC_TNA_TARGETS=(fabric fabric-spgw fabric-int fabric-spgw-int)
+FABRIC_TNA_TARGETS=all
 FABRIC_TNA_OAR=${FABRIC_TNA_ROOT}/target/${FABRIC_TNA_ARTIFACTID}-${FABRIC_TNA_VERSION}.oar
 
 set -eu -o pipefail