Skip to content

Commit d6b8db3

Browse files
grwilsonpzakha
authored andcommitted
DLPX-67915 Add oracle-specific kernel
1 parent 07aef3a commit d6b8db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright 2018, 2019 Delphix
3+
# Copyright 2018, 2020 Delphix
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -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)