Skip to content

Commit

Permalink
ci: increase default size of ec2 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Sep 5, 2023
1 parent 73d95fa commit 019e3d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-binaries-on-ec2-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
triple_target: "x86_64-unknown-linux-gnu"
binary_name: "nanolayer"
instance_type: "c6i.xlarge"
instance_type: "c6i.2xlarge"
# ami_id: ami-0b0ea68c435eb488d # ubuntu 16.04
ami_id: ami-05bdb9a595eeef95a # ubuntu 18.04
# ami_id: ami-07a72d328538fc075 # ubuntu 20.04
Expand All @@ -30,7 +30,7 @@ jobs:
with:
triple_target: "x86_64-unknown-linux-musl"
binary_name: "nanolayer"
instance_type: "c6i.xlarge"
instance_type: "c6i.2xlarge"
# ami_id: ami-0b0ea68c435eb488d # ubuntu 16.04
ami_id: ami-05bdb9a595eeef95a # ubuntu 18.04
# ami_id: ami-07a72d328538fc075 # ubuntu 20.04
Expand All @@ -43,7 +43,7 @@ jobs:
with:
triple_target: "aarch64-unknown-linux-gnu"
binary_name: "nanolayer"
instance_type: "c7g.xlarge"
instance_type: "c7g.2xlarge"
# ami_id: ami-04b3c39a8a1c62b76 # ubuntu 16.04
ami_id: ami-0ccbd1a24ded2a2a8 # ubuntu 18.04
# ami_id: ami-094bbbc35cbcb6a1a # ubuntu 20.04
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-binaries-on-ec2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
description: 'aws instance type'
required: true
type: string
default: "c6i.xlarge"
default: "c6i.2xlarge"


workflow_call:
Expand All @@ -55,7 +55,7 @@ on:
description: 'aws instance type'
required: true
type: string
default: "c6i.xlarge"
default: "c6i.2xlarge"

permissions:
contents: write
Expand Down

0 comments on commit 019e3d7

Please sign in to comment.