Skip to content

Commit 9efc2d2

Browse files
committed
Using py39 for images build
1 parent 3293001 commit 9efc2d2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.cicd/buildspec.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
version: 0.2
33
env:
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

4242
phases:
4343
install:

0 commit comments

Comments
 (0)