fix(ci): add make generate step for bindata
Some checks failed
Build and Release / Lint and Test (push) Successful in 4m41s
Build and Release / Build Binaries (amd64, linux) (push) Failing after 1m17s
Build and Release / Build Binaries (arm64, darwin) (push) Failing after 1m22s
Build and Release / Build Docker Image (push) Failing after 15s
Build and Release / Build Binaries (arm64, linux) (push) Failing after 1m4s
Build and Release / Build Binaries (amd64, darwin) (push) Failing after 2m37s
Build and Release / Build Binaries (amd64, windows) (push) Failing after 2m39s
Build and Release / Create Release (push) Has been skipped

The bindata files must be generated after frontend build
before compiling with bindata tags.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
David H. Friedel Jr. 2026-01-10 02:28:41 -05:00
parent 3652f34234
commit 2704d8dd10

View File

@ -156,6 +156,9 @@ jobs:
- name: Build frontend
run: make frontend
- name: Generate bindata
run: make generate
- name: Build binary
env:
GOOS: ${{ matrix.goos }}