File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1-
1+
22version : 0.2
33env :
44 shell : /bin/bash
@@ -11,33 +11,33 @@ batch:
1111 fast-fail : false
1212 build-graph :
1313
14- - identifier : amd64_py38
14+ - identifier : amd64
1515 env :
16- compute-type : BUILD_GENERAL1_LARGE
16+ compute-type : BUILD_GENERAL1_SMALL
1717 privileged-mode : true
1818 variables :
19- VERSION : 3.8
19+ VERSION : 3.9
2020 ARCH : amd64
2121 buildspec : .cicd/build_images.yml
2222
23- - identifier : arm64v8_py38
23+ - identifier : arm64v8
2424 env :
2525 type : ARM_CONTAINER
2626 image : aws/codebuild/amazonlinux2-aarch64-standard:2.0
27- compute-type : BUILD_GENERAL1_LARGE
27+ compute-type : BUILD_GENERAL1_SMALL
2828 privileged-mode : true
2929 variables :
3030 ARCH : arm64v8
31- VERSION : 3.8
31+ VERSION : 3.9
3232 buildspec : .cicd/build_images.yml
3333
3434 - identifier : manifest
3535 env :
36- compute-type : BUILD_GENERAL1_LARGE
36+ compute-type : BUILD_GENERAL1_SMALL
3737 privileged-mode : true
3838 depend-on :
39- - amd64_py38
40- - arm64v8_py38
39+ - amd64
40+ - arm64v8
4141
4242phases :
4343 install :
You can’t perform that action at this time.
0 commit comments