Skip to content

Commit

Permalink
add reComputer AI box
Browse files Browse the repository at this point in the history
  • Loading branch information
is-qian committed Oct 28, 2024
1 parent fb95adc commit fefaa27
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,25 @@ jobs:
"release_url": "${{ steps.create_release.outputs.upload_url }}"
}
- name: build reComputer-AI-box image
uses: benc-uk/[email protected]
with:
workflow: Build pi-gen image
token: ${{ secrets.GITHUB_TOKEN }}
inputs: >-
{
"dev_name": "reComputer-AI-box",
"pi-gen-version": "arm64",
"enable-ssh": "1",
"stage-list": "stage0 stage1 stage2 stage3 stage4 stage4a",
"wpa-country" : "CN",
"keyboard-keymap": "us",
"disable-first-boot-user-rename": "1",
"username": "recomputer",
"password": "12345678",
"release_url": "${{ steps.create_release.outputs.upload_url }}"
}
- name: build reTerminal image
uses: benc-uk/[email protected]
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pi-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- raspberrypi
- reComputer-R100x
- reComputer-R110x
- reComputer-AI-box
- reTerminal
- reTerminal-plus
pi-gen-version:
Expand Down

0 comments on commit fefaa27

Please sign in to comment.