mirror of
https://github.com/luxfi/dao.git
synced 2026-07-27 02:51:24 +00:00
Add .github/workflows/vote.yml: matrix build over {lux,zoo} on the luxfi
ARC pool (lux-build-amd64), pushing immutable per-brand tags
ghcr.io/luxfi/dao-vote:{lux,zoo}-<sha>. White-labels purely via build-args;
VITE_APP_GOV_EXECUTE_ENABLED left unset (execution gated on mainnet).
Add .gitmodules mapping the untracked gitlinks so a fresh CI checkout with
submodules:recursive populates them:
app -> https://github.com/luxdao/app.git
contracts-> https://github.com/luxdao/contracts.git
Both public; fetch-depth:0 required (contracts gitlink is behind main tip).
Bump app gitlink to 92b8c58f7 (luxdao/app main — full governance wiring).
Co-authored-by: Hanzo Dev <dev@hanzo.ai>