Skip to content

Commit 5d862e2

Browse files
authored
update prevention condtion to allow install if runtime cannot discover the native architecture (#4396)
1 parent 8ea0d04 commit 5d862e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/endpoint-security.spec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ inputs:
7777
message: "Elastic Defend requires Elastic Agent be running as Administrator or SYSTEM"
7878
- condition: ${install.in_default} == false
7979
message: "Elastic Defend requires Elastic Agent be installed at the default installation path"
80-
- condition: ${runtime.native_arch} != 'amd64'
80+
- condition: ${runtime.native_arch} != '' and ${runtime.native_arch} != 'amd64'
8181
message: "Elastic Defend cannot be installed on Windows running on non-AMD64 CPU"
8282
service:
8383
cport: 6788

0 commit comments

Comments
 (0)