Skip to content

Commit

Permalink
Use smaller workers for building containers
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Dec 9, 2024
1 parent 4c10ca9 commit 2d81c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/runs-on.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ images:

runners:
linux-amd64-cpu:
cpu: 32
cpu: 16
family: ["c7i-flex", "c7i", "c7a", "c5", "c5a"]
image: linux-amd64
linux-arm64-cpu:
cpu: 32
cpu: 16
family: ["c6g", "c7g"]
image: ubuntu24-full-arm64

0 comments on commit 2d81c47

Please sign in to comment.