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:
@ -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
|
||||
|
Reference in New Issue
Block a user