summarylogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 0c5c859f5f0e..2fbde29a60f3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,8 +7,8 @@ require 'mixlib/install'
chefio_options = {
channel: :stable,
product_name: 'chef-workstation',
- platform: "ubuntu",
- platform_version: "18.04",
+ platform: "debian",
+ platform_version: "11",
architecture: "x86_64"
}