Skip to content

Commit

Permalink
A runs-on config file (pantsbuild#21329)
Browse files Browse the repository at this point in the history
We want to use RunsOn (https://runs-on.com/) for managing
self-hosted aarch64 runners on AWS. However their config
must be read from main, so we must get this in separately,
(and without a green CI, since we currently have no
aarch64 runner). 

However this file clearly affects nothing at all in our code
or CI config (yet), it is just an inert file until we set up RunsOn,
so it should be fine to merge even without green CI.
  • Loading branch information
benjyw authored Aug 20, 2024
1 parent b4f3b19 commit c5f7558
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/runs-on.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
images:
ubuntu22-full-arm64-python3.9:
platform: "linux"
arch: "arm64"
owner: "408085265505"
ami: "ami-0d16a07627bf409b8"

0 comments on commit c5f7558

Please sign in to comment.