add WIP CPU architecture draft proposal

This commit is contained in:
Jacob Lifshay 2024-09-11 19:25:02 -07:00
parent 0442390142
commit e9aaaec5f1
Signed by: programmerjake
SSH key fingerprint: SHA256:B1iRVvUJkvd7upMIiMqn6OyxvD2SgJkAH3ZnUOj6z+c
7 changed files with 202 additions and 3 deletions

View file

@ -13,8 +13,10 @@ jobs:
- uses: https://code.forgejo.org/actions/checkout@v3
with:
fetch-depth: 0
- name: Install latest mdbook
- name: Install dependencies
run: |
apt-get update -qq
apt-get install -qq dia python3
scripts/install_deps.sh
echo "`pwd`"/bin >> $GITHUB_PATH
- name: Build Book