Skip to content

Commit

Permalink
(CAT-1789) Restrict architecture to x64
Browse files Browse the repository at this point in the history
Due to how windows images are created this seems to be required.
  • Loading branch information
david22swan committed Apr 24, 2024
1 parent 476286a commit 67223c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform "windows-11-x86_64" do |plat|
platform "windows-11-x64" do |plat|
plat.vmpooler_template "win-11-ent-x86_64"

plat.servicetype "windows"
Expand Down

0 comments on commit 67223c5

Please sign in to comment.