Skip to content

Commit

Permalink
chore: optimize cirun with big disk and installed docker
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Jan 15, 2024
1 parent df403da commit e24c3c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .cirun.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
runners:
- name: "aws-amd64-runner"
cloud: "aws"
instance_type: "t2.xlarge"
machine_image: "ami-0c7217cdde317cfec"
instance_type: "t2.2xlarge"
machine_image: "ami-08d337ba030150f71"
region: "us-east-1"
preemptible: false
labels:
- "cirun-aws-amd64"
- name: "aws-arm64-runner"
cloud: "aws"
instance_type: "t4g.xlarge"
machine_image: "ami-05d47d29a4c2d19e1"
instance_type: "t4g.2xlarge"
machine_image: "ami-05885c561c5df6fa5"
region: "us-east-1"
preemptible: false
labels:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: install docker
run: |
curl -fsSL https://get.docker.com | bash
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit e24c3c5

Please sign in to comment.