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
88
88
px_arg=' --prefix=local/staging-'
89
89
args=" build --verbose $px_arg $build_args "
90
90
echo Build docker images: api
91
- ./kci docker $args kernelci api --version= " $api_rev "
91
+ ./kci docker $args kernelci api
92
92
echo 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
98
94
echo Build docker images: clang-17+kselftest+kernelci for x86
99
95
./kci docker $args clang-17 kselftest kernelci --arch x86
100
96
echo Build docker images: gcc-12+kselftest+kernelci for x86
You can’t perform that action at this time.
0 commit comments