Skip to content

Commit

Permalink
Disable 32bit arch for osquerybeat (#25220)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksmaus authored Apr 22, 2021
1 parent 0200240 commit 2f104b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/elastic-agent/pkg/agent/program/supported.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x-pack/elastic-agent/spec/osquerybeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ rules:
- output

when: length(${inputs}) > 0 and hasKey(${output}, 'elasticsearch')
constraints: ${runtime.arch} != 'arm64'
constraints: ${runtime.arch} != 'arm64' and ${runtime.arch} != '386'

0 comments on commit 2f104b8

Please sign in to comment.