File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,9 @@ build_args="--build-arg pipeline_rev=$pipeline_rev --build-arg core_rev=$core_re
8888px_arg=' --prefix=local/staging-'
8989args=" build --verbose $px_arg $build_args "
9090echo Build docker images: api
91- ./kci docker $args kernelci api --version= " $api_rev "
91+ ./kci docker $args kernelci api
9292echo Build docker images: pipeline
93- ./kci docker $args kernelci pipeline --version=" $pipeline_rev "
94- echo Tag docker image of api to latest
95- docker tag local/staging-kernelci:api-$api_rev local/staging-kernelci:api
96- echo Tag docker image of pipeline to latest
97- docker tag local/staging-kernelci:pipeline-$pipeline_rev local/staging-kernelci:pipeline
93+ ./kci docker $args kernelci pipeline
9894echo Build docker images: clang-17+kselftest+kernelci for x86
9995./kci docker $args clang-17 kselftest kernelci --arch x86
10096echo Build docker images: gcc-12+kselftest+kernelci for x86
You can’t perform that action at this time.
0 commit comments