Skip to content

Commit a7dd737

Browse files
committed
Added a smidge of Rocky Linux support here
Just enough to get started with a build. No official support intended (yet). Ticket: ENT-13016 Changelog: none
1 parent 5c1729a commit a7dd737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/detect-environment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ detect_distribution() {
129129
# CentOS Linux release 7.6.1810 (Core)
130130
OS=centos
131131
;;
132-
"Red Hat Enterprise Linux "*)
132+
"Red Hat Enterprise Linux "*|"Rocky Linux release "*)
133133
# Example output for RHEL:
134134
# Red Hat Enterprise Linux release 8.10 (Ootpa)
135135
OS=rhel

0 commit comments

Comments
 (0)