mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-17 16:44:00 +00:00
Add build for self-hosted linux ARM (pi)
This commit is contained in:
parent
71a04ce117
commit
fc81b26085
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -20,3 +20,11 @@ jobs:
|
||||
- name: Build
|
||||
working-directory: bin
|
||||
run: ./makeright x
|
||||
|
||||
build-pi:
|
||||
runs-on: [self-hosted, linux, ARM]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Build
|
||||
working-directory: bin
|
||||
run: ./makeright x
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user