Skip to content

Commit

Permalink
Update for 2408 - Core (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusztavvargadr authored Sep 7, 2024
1 parent 002b906 commit 840c423
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var configuration = Argument("configuration", string.Empty);
var target = Argument("target", "default");

var author = Argument("author", "gusztavvargadr");
var version = Argument("version", "2407");
var version = Argument("version", "2408");

var configurationParts = configuration.Split('/', StringSplitOptions.RemoveEmptyEntries);
var sample = configurationParts.ElementAtOrDefault(0) ?? Argument<string>("sample");
Expand Down
8 changes: 4 additions & 4 deletions samples/windows-server/images.pkrvars.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ images = {
}

virtualbox = {
guest_os_type = "Windows2019_64"
guest_os_type = "Windows2022_64"
}

vmware = {
Expand All @@ -45,7 +45,7 @@ images = {
}

virtualbox = {
guest_os_type = "Windows2019_64"
guest_os_type = "Windows2022_64"
}

vmware = {
Expand Down Expand Up @@ -117,7 +117,7 @@ images = {
}

virtualbox = {
guest_os_type = "Windows2019_64"
guest_os_type = "Windows2022_64"
}

vmware = {
Expand All @@ -141,7 +141,7 @@ images = {
}

virtualbox = {
guest_os_type = "Windows2019_64"
guest_os_type = "Windows2022_64"
}

vmware = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
action :update
end

if !vbox? && !vmware? && !ec2?
if hyperv?
apt_package [ 'linux-image-virtual', 'linux-tools-virtual', 'linux-cloud-tools-virtual' ] do
action :upgrade
notifies :request_reboot, 'reboot[gusztavvargadr_packer_ubuntu]', :immediately
Expand Down

0 comments on commit 840c423

Please sign in to comment.