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
  • Loading branch information
v1v authored Jan 30, 2023
1 parent 7f5361a commit b5226ae
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 @@ -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()
Expand Down

0 comments on commit b5226ae

Please sign in to comment.