Files
dao/.gitmodules
T
zeekayandClaude Opus 4.8 532f26f9cb ci(vote): CI-built lux.vote + zoo.vote images from app/Dockerfile.k8s
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: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-18 03:29:11 -07:00

7 lines
160 B
Plaintext

[submodule "app"]
path = app
url = https://github.com/luxdao/app.git
[submodule "contracts"]
path = contracts
url = https://github.com/luxdao/contracts.git