Skip to content

Commit

Permalink
[Agent] Allow arm64 as a testing packages (elastic#17767)
Browse files Browse the repository at this point in the history
* Allow arm64 as a testing packages

We don't plan to release the arm64 package buts let's keep it as a
target.

* changelog`

* rm space
  • Loading branch information
ph authored Apr 17, 2020
1 parent c40a841 commit 6866def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/elastic-agent/CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- Fixed merge of config {pull}17399[17399]
- Handle abs paths on windows correctly {pull}17461[17461]
- Improved cancellation of agent {pull}17318[17318]
- Fix issues when running `mage package` for all the platforms. {pull}17767[17767]
- Remove the kbn-version on each request to the Kibana API. {pull}17764[17764]
- Fixed process spawning on Windows {pull}17751[17751]

Expand Down
1 change: 1 addition & 0 deletions x-pack/elastic-agent/magefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ func Package() {
"linux-x86_64.tar.gz",
"windows-x86.zip",
"windows-x86_64.zip",
"linux-arm64.tar.gz",
}, devtools.UseElasticAgentPackaging)
}

Expand Down

0 comments on commit 6866def

Please sign in to comment.