Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .buildkite/pipeline.elastic-agent-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,14 @@ steps:
agents:
provider: "aws"
instanceType: "t4g.2xlarge"
imagePrefix: "core-ubuntu-2004-aarch64"
imagePrefix: "core-ubuntu-2204-aarch64"
env:
PLATFORMS: "linux/arm64"
PACKAGES: "docker"
command: |
echo "Add support for multiarch"
docker run --privileged --rm tonistiigi/binfmt:master --install all

if [[ -z "$${MANIFEST_URL}" ]]; then
export MANIFEST_URL=$(buildkite-agent meta-data get MANIFEST_URL --default "")
if [[ -z "$${MANIFEST_URL}" ]]; then
Expand All @@ -110,10 +113,10 @@ steps:
DRA_PROJECT_ARTIFACT_ID: "agent-package"
command: |
echo "+++ Restoring Artifacts"
buildkite-agent artifact download "build/**/*" .
buildkite-agent artifact download "build/**/*" .

echo "+++ Changing permissions for the release manager"
sudo chmod -R a+r build/distributions/
echo "+++ Changing permissions for the release manager"
sudo chmod -R a+r build/distributions/
sudo chown -R :1000 build/distributions/
ls -lahR build/

Expand Down