Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Add kernel linux-image-azure-lts-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Jun 30, 2021
1 parent 9328119 commit 46afd31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ubuntu_azure_kernel/ubuntu_azure_kernel_watcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ for release in ${RELEASES[@]}; do
edge_release="${!variable_name}"
variable_name="${release}_azure_lts_1804"
azure_lts_1804_release="${!variable_name}"
variable_name="${release}_azure_lts_2004"
azure_lts_2004_release="${!variable_name}"

latest_azure=$(sudo apt-cache madison linux-azure | grep ${release}-proposed | awk '{print $3}')
latest_edge=$(sudo apt-cache madison linux-azure-edge | grep ${release}-proposed | awk '{print $3}')
Expand Down

0 comments on commit 46afd31

Please sign in to comment.