Skip to content

Commit 0323194

Browse files
committed
DLPX-67915 Add oracle-specific kernel
1 parent 07aef3a commit 0323194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ function determine_target_kernels() {
750750
return 0
751751
fi
752752

753-
local supported_platforms="generic aws gcp azure kvm"
753+
local supported_platforms="generic aws gcp azure oracle"
754754
local platform
755755

756756
if [[ -z "$TARGET_PLATFORMS" ]]; then

0 commit comments

Comments
 (0)