Skip to content
Snippets Groups Projects
Commit 473e4ddd authored by Frédéric Dalleau's avatar Frédéric Dalleau
Browse files

Jenkinsfile: Enable arm64 and armhf OStree builds


Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
parent 171cc550
No related branches found
No related tags found
No related merge requests found
......@@ -183,11 +183,6 @@ def buildOStree(architecture, type, board, debosarguments = "", production = fal
def buildOStreeImage(architecture, type, board, debosarguments = "", production = false) {
if (architecture in ["arm64", "armhf"]) {
println "Skipping ostree image for ${architecture}"
return
}
stage("${architecture} ${type} ${board} OStree image build") {
sh(script: """\
cd ${PIPELINE_VERSION}/${architecture}/${type}; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment