Skip to content

Commit

Permalink
packaging: use ubuntu-22 for the aarch64 workers (#34424)
Browse files Browse the repository at this point in the history
Similar to #34383

(cherry picked from commit b5226ae)
  • Loading branch information
v1v authored and mergify[bot] committed Jun 21, 2023
1 parent bf74d14 commit 5394923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,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()
Expand Down

0 comments on commit 5394923

Please sign in to comment.