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

Revert "Jenkinsfile: Enable arm64 and armhf OStree builds"

This reverts commit 473e4ddd.
parent 473e4ddd
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,11 @@ 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