Add support for cross-arch ISOs

Initial support for arm64 installer support, as well as supporting
building the amd64 files on arm64 (i.e. an RPi3/4)
This commit is contained in:
2021-12-30 18:37:35 -05:00
parent ef832cc112
commit fe1d6023d3
6 changed files with 49 additions and 7 deletions

View File

@ -86,6 +86,7 @@ build_iso() {
./buildiso.sh \
-o pvc-installer_pxe-tmp.iso \
-u ${deployusername} \
-c x86_64 \
${preserve_artifacts} \
${preserve_livebuild} || fail "Failed to build ISO."
echo