Skip to content

Commit

Permalink
add build for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Sep 1, 2023
1 parent 6195b21 commit ab55f83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ pipeline {
agent {label "bullseye && armv7 && tascardev"}
steps {tascar_build_steps("bullseye && armv7 && tascardev")}
}
stage( "bullseye && aarch64 && tascardev") {
agent {label "bullseye && aarch64 && tascardev"}
steps {tascar_build_steps("bullseye && aarch64 && tascardev")}
}
stage( "bionic && armv7 && tascardev") {
agent {label "bionic && armv7 && tascardev"}
steps {tascar_build_steps("bionic && armv7 && tascardev")}
Expand All @@ -97,6 +101,7 @@ pipeline {
unstash "x86_64_focal"
unstash "x86_64_bionic"
unstash "armv7_bullseye"
unstash "aarch64_bullseye"
unstash "armv7_bionic"

// Copies the new debs to the stash of existing debs,
Expand Down

0 comments on commit ab55f83

Please sign in to comment.