Skip to content

Commit

Permalink
Merge pull request #161 from levoai/update-sensor-compatibility-script
Browse files Browse the repository at this point in the history
Update Sensor Compatibility Script
  • Loading branch information
ricekot authored Nov 10, 2023
2 parents c30a130 + 3f98ce0 commit 9a1df73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/artifacts/sensor/check-compatibility.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ available_btf_kernels=(
"5.4.0-1065-gke"
"5.4.0-1066-gke"
"5.4.0-1067-gke"
"5.4.0-1103-aws"
)
for i in "${available_btf_kernels[@]}"; do
if [[ "$kernel_version" == "$i" ]]; then
Expand Down

0 comments on commit 9a1df73

Please sign in to comment.