From b5226ae929768ee2a95e026371330832f2427bf9 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 30 Jan 2023 22:25:58 +0000 Subject: [PATCH] packaging: use ubuntu-22 for the aarch64 workers (#34424) Similar to https://github.com/elastic/beats/pull/34383 --- .ci/packaging.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/packaging.groovy b/.ci/packaging.groovy index 3c56f38179e0..d4f4fb6a62cd 100644 --- a/.ci/packaging.groovy +++ b/.ci/packaging.groovy @@ -261,7 +261,7 @@ def generateSteps() { def generateArmStep(beat) { return { - withNode(labels: 'arm') { + withNode(labels: 'ubuntu-2204-aarch64') { withEnv(["HOME=${env.WORKSPACE}", 'PLATFORMS=linux/arm64','PACKAGES=docker', "BEATS_FOLDER=${beat}"]) { withGithubNotify(context: "Packaging Arm ${beat}") { deleteDir()