Skip to content

Commit

Permalink
fix unsupported distro issue - Centos Stream - Ref #996 (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbrigman124 authored Jan 21, 2025
1 parent 1e60cb7 commit a49408b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ select_build() {
fi

case "$dist" in
"Debian" | "Ubuntu Server" | "AlmaLinux OS" | "Rocky Linux" | "Oracle Linux" | "CentOS" | "Fedora Server")
"Debian" | "Ubuntu Server" | "AlmaLinux OS" | "Rocky Linux" | "Oracle Linux" | "CentOS Stream" | "Fedora Server")
var_files=("vsphere_vars" "build_vars" "ansible_vars" "proxy_vars" "common_vars" "network_vars" "storage_vars" "BUILD_VARS")
validate_linux_username "$config_path/build.pkrvars.hcl"
printf "Starting the build of %s %s...\n\n" "$dist" "$version"
Expand Down

0 comments on commit a49408b

Please sign in to comment.