Skip to content

Commit

Permalink
pipeline: build legacy PXE images for now
Browse files Browse the repository at this point in the history
Generate a PXE rootfs image that only contains a flag file for alerting
purposes.  We'll switch to a real separate rootfs image after a deprecation
period.
  • Loading branch information
bgilbert committed Jul 20, 2020
1 parent c175ec0 commit c85a4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ lock(resource: "build-${params.STREAM}") {

stage('Build Live') {
utils.shwrap("""
cosa buildextend-live
cosa buildextend-live --legacy-pxe
""")
}

Expand Down

0 comments on commit c85a4d7

Please sign in to comment.