rpi-update: Also include bcm2712 in build artifacts downloaded

This commit is contained in:
Dom Cobley
2023-10-06 19:10:46 +01:00
parent cbaf10c16e
commit e9412a1cc1

View File

@@ -677,7 +677,7 @@ if [[ "${FW_REV}" == "" ]]; then
if [[ ${FW_REV_IN} != http* ]] && [[ ! -f ${FW_REV_IN} ]]; then if [[ ${FW_REV_IN} != http* ]] && [[ ! -f ${FW_REV_IN} ]]; then
IFS=':' read ARTIFACT BUILD <<<${FW_REV_IN} IFS=':' read ARTIFACT BUILD <<<${FW_REV_IN}
if [[ "${BUILD}" == "" ]]; then if [[ "${BUILD}" == "" ]]; then
BUILD="bcmrpi bcm2709 bcm2711 bcm2711_arm64" BUILD="bcmrpi bcm2709 bcm2711 bcm2711_arm64 bcm2712"
fi fi
if [[ "${ARTIFACT}" == pulls/* ]]; then if [[ "${ARTIFACT}" == pulls/* ]]; then
PULL=${ARTIFACT##*/} PULL=${ARTIFACT##*/}