1
0
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:
Larry Masinter 2021-01-13 14:43:47 -08:00
parent 71a04ce117
commit fc81b26085

View File

@ -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