Skip to content

Commit

Permalink
update prevention condtion to allow install if runtime cannot discove…
Browse files Browse the repository at this point in the history
…r the native architecture (#4396)

(cherry picked from commit 5d862e2)
  • Loading branch information
intxgo authored and mergify[bot] committed Mar 11, 2024
1 parent 075a642 commit 9ea6dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/endpoint-security.spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ inputs:
message: "Elastic Defend requires Elastic Agent be running as Administrator or SYSTEM"
- condition: ${install.in_default} == false
message: "Elastic Defend requires Elastic Agent be installed at the default installation path"
- condition: ${runtime.native_arch} != 'amd64'
- condition: ${runtime.native_arch} != '' and ${runtime.native_arch} != 'amd64'
message: "Elastic Defend cannot be installed on Windows running on non-AMD64 CPU"
service:
cport: 6788
Expand Down

0 comments on commit 9ea6dfa

Please sign in to comment.