-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use an arm VM directly for CI (#461)
Summary: The github provider arm64 runners don't have docker on them, so if we try to use a 'container' stanza to pick a particular linux version, we fail. We don't actually need to use a nested vm since the host is a ubuntu 22 image on arm64 anyway. So just run natively. needs `sudo` passwordless for apt-get tho Pull Request resolved: #461 Reviewed By: simonmar Differential Revision: D59899791 Pulled By: donsbot fbshipit-source-id: ee869ecac9c16da7e47b1dffb507316c7839c682
- Loading branch information
1 parent
986455d
commit ba67e39
Showing
1 changed file
with
23 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters