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:
2023-09-01 15:41:59 -04:00
parent 17f6cb51d1
commit 79de677a96
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