Skip to content

Commit

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

(cherry picked from commit b5226ae)

Co-authored-by: Victor Martinez <[email protected]>
  • Loading branch information
mergify[bot] and v1v authored Jun 21, 2023
1 parent bf74d14 commit 8e50afc
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 8e50afc

Please sign in to comment.