diff --git a/x-pack/elastic-agent/CHANGELOG.asciidoc b/x-pack/elastic-agent/CHANGELOG.asciidoc index 9547f2f80ca6..6ce888c26fc3 100644 --- a/x-pack/elastic-agent/CHANGELOG.asciidoc +++ b/x-pack/elastic-agent/CHANGELOG.asciidoc @@ -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] diff --git a/x-pack/elastic-agent/magefile.go b/x-pack/elastic-agent/magefile.go index 50c7047f6ccc..a626d638cf1c 100644 --- a/x-pack/elastic-agent/magefile.go +++ b/x-pack/elastic-agent/magefile.go @@ -277,6 +277,7 @@ func Package() { "linux-x86_64.tar.gz", "windows-x86.zip", "windows-x86_64.zip", + "linux-arm64.tar.gz", }, devtools.UseElasticAgentPackaging) }