Skip to content

Commit 22c3695

Browse files
authored
ci: use newer linux images (#1659)
1 parent 958399c commit 22c3695

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.circleci/config.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -462,15 +462,12 @@ jobs:
462462
ssh ec2-user@controller.<< parameters.ssh-host >> "docker pull public.ecr.aws/shuttle-dev/deployer:$TAG"
463463
build-binaries-linux:
464464
machine:
465-
image: << parameters.image >>
465+
image: default
466466
resource_class: << parameters.resource_class >>
467467
parameters:
468468
target:
469469
description: "Linux target to build for"
470470
type: string
471-
image:
472-
description: "Machine image to use"
473-
type: string
474471
resource_class:
475472
description: "The resource type to use for the machine"
476473
type: string
@@ -558,7 +555,7 @@ jobs:
558555
ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete -draft ${TAG} ./artifacts/
559556
linux-qa:
560557
machine:
561-
image: ubuntu-2004:current
558+
image: default
562559
resource_class: medium
563560
steps:
564561
- checkout
@@ -838,23 +835,20 @@ workflows:
838835
jobs:
839836
- build-binaries-linux:
840837
name: build-binaries-x86_64-gnu
841-
image: ubuntu-2204:2022.04.1
842838
target: x86_64-unknown-linux-gnu
843839
resource_class: xlarge
844840
filters:
845841
branches:
846842
only: production
847843
- build-binaries-linux:
848844
name: build-binaries-x86_64-musl
849-
image: ubuntu-2204:2022.04.1
850845
target: x86_64-unknown-linux-musl
851846
resource_class: xlarge
852847
filters:
853848
branches:
854849
only: production
855850
- build-binaries-linux:
856851
name: build-binaries-aarch64
857-
image: ubuntu-2004:202101-01
858852
target: aarch64-unknown-linux-musl
859853
resource_class: arm.xlarge
860854
filters:

0 commit comments

Comments
 (0)