Skip to content

Commit b9aeb54

Browse files
committed
Add qcow2 to redirector
Not sure if it will work, but lets try
1 parent b90261b commit b9aeb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-web-index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
REDI_URL="https://dl.armbian.com/${PREFIX}${BOARD,,}/${IMAGE_RELEASE^}_${KERNEL_BRANCH}${IMAGE_TARGET:+_$IMAGE_TARGET}${IMAGE_EXTENSION:+-$IMAGE_EXTENSION}${REDI_EXT:+.$REDI_EXT}"
162162
163163
# bypass redirector for weirdos
164-
if [[ "${FILE_EXTENSION}" =~ boot|csot|boe|sms|rootfs|qcow2 ]]; then REDI_URL=${IMAGE_URL}; fi
164+
if [[ "${FILE_EXTENSION}" =~ boot|csot|boe|sms|rootfs ]]; then REDI_URL=${IMAGE_URL}; fi
165165
166166
# check if image is exposed
167167
while read exposed; do

0 commit comments

Comments
 (0)