jammy-amd64-tf-m-build: Add build option for local running containers

The current build script build.sh works well in the CI environment, but
not for a local machine.
Introduce 'base-ci' and 'base-local' build stages and introduce a build
option for the build script to indicate the build is for "local".

If no build option is provided, the build script performs as before:
build.sh      -> STANDARD/CI BUILD
build.sh -l   -> LOCAL BUILD/TESTS

Change-Id: If201a91170f65dbc072e9c65fe65e1da6ba945b5
Signed-off-by: Nicola Mazzucato <nicola.mazzucato@arm.com>
2 files changed