Skip to content

Commit

Permalink
CI support on self-hosted arm64 runners (racket#3294)
Browse files Browse the repository at this point in the history
For the moment, due to a bug in moby, it's not possible to run these
on arm32 (moby/moby#41217)
  • Loading branch information
Paulo Matos authored Oct 23, 2020
1 parent 5f8ad60 commit 5f74c59
Show file tree
Hide file tree
Showing 5 changed files with 605 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:

buildtest-linux:
buildtest-linux-x86:
container:
image: racket/racket-ci:latest
options: --init
Expand Down
Loading

0 comments on commit 5f74c59

Please sign in to comment.