Skip to content

Commit

Permalink
CI: fix upload for noble & bootworm
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Xie <[email protected]>
  • Loading branch information
numbqq committed May 9, 2024
1 parent 0a9b5ba commit 9ac5ee2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/tests/upload
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,13 @@ else
*gnome*) T=gnome ;;
esac
case $IMAGE_FILE_NAME in
*24.04*) R=noble ;;
*22.04*) R=jammy ;;
*20.04*) R=focal ;;
*18.04*) R=bionic ;;
*-10-*) R=buster ;;
*-11-*) R=bullseye ;;
*-12-*) R=bookworm ;;
esac

echo "%%UPLOAD rootfs cache: $BUILD_IMAGES/cache/rootfs/$R-$T-arm64.* => $ROOTFS_CACHE"
Expand Down

0 comments on commit 9ac5ee2

Please sign in to comment.