chore(docs): update README with new build commands and architecture information

This commit is contained in:
Prad Nukala
2025-10-21 12:30:38 -04:00
parent cf1712c2d8
commit 2241ac470b
4 changed files with 23 additions and 294 deletions
+1 -2
View File
@@ -26,9 +26,8 @@ jobs:
path: |
~/go/pkg/mod
~/.cache/go-build
~/.local/share/pnpm/store
~/.devbox
key: deps-builder-${{ hashFiles('go.sum', 'pnpm-lock.yaml', 'devbox.json') }}
key: deps-builder-${{ hashFiles('go.sum', 'devbox.json') }}
restore-keys: deps-builder-
- name: Install Dependencies