Skip to content

Commit

Permalink
Change worker type to ARM
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandros Sapranidis <[email protected]>
  • Loading branch information
alexsapran committed Jul 24, 2023
1 parent 2cd3580 commit db3622d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.elastic-agent-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ steps:
key: package_elastic-agent
agents:
provider: "gcp"
machineType: "c2-standard-16"
machineType: "t2a-standard-8"
command: |
if [[ -z "${DEV}" ]]; then
export DEV=$(buildkite-agent meta-data get DEV --default "true")
Expand Down

0 comments on commit db3622d

Please sign in to comment.