Skip to content

Commit 563cd3c

Browse files
committed
Revert "Add qcow2 to redirector"
This reverts commit b9aeb54.
1 parent 5e38e85 commit 563cd3c

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
@@ -162,7 +162,7 @@ jobs:
162162
REDI_URL="https://dl.armbian.com/${PREFIX}${BOARD,,}/${IMAGE_RELEASE^}_${KERNEL_BRANCH}${IMAGE_TARGET:+_$IMAGE_TARGET}${IMAGE_EXTENSION:+-$IMAGE_EXTENSION}${REDI_EXT:+.$REDI_EXT}"
163163
164164
# bypass redirector for weirdos
165-
if [[ "${FILE_EXTENSION}" =~ boot|csot|boe|sms|rootfs ]]; then REDI_URL=${IMAGE_URL}; fi
165+
if [[ "${FILE_EXTENSION}" =~ boot|csot|boe|sms|rootfs|qcow2 ]]; then REDI_URL=${IMAGE_URL}; fi
166166
167167
# check if image is exposed
168168
while read exposed; do

0 commit comments

Comments
 (0)