Commit graph

101 commits

Author SHA1 Message Date
Virgil
650ab9fd3a feat(build): detect root frontend manifests 2026-04-01 19:17:17 +00:00
Virgil
1b572ed5e5 fix(build): publish workflow artifacts via ci
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 19:13:44 +00:00
Virgil
eeb87e0444 feat(build): expose release workflow generation 2026-04-01 19:04:45 +00:00
Virgil
3bbb45caac feat(build): add release workflow generator 2026-04-01 18:32:46 +00:00
Virgil
231d43fda1 feat(build): support nested Node.js projects
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 18:28:59 +00:00
Virgil
7da8d7e843 feat(build): support nested MkDocs configs 2026-04-01 18:23:19 +00:00
Virgil
303ec418e9 fix(build): recognise LinuxKit cloud image artifacts
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 18:17:52 +00:00
Virgil
fed5df7e7d fix(build): copy Wails app bundles recursively
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 18:12:36 +00:00
Virgil
9e912fe8b9 fix(release): sign binaries before archiving 2026-04-01 18:09:03 +00:00
Virgil
195f4bfef1 fix(release): honour full build config in release builds
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 18:04:26 +00:00
Virgil
f5a8062ffd feat(build): honor package manager declarations
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 17:59:04 +00:00
Virgil
5c9db01527 fix(api): honor build type overrides in build provider
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 17:54:55 +00:00
Virgil
fd04157c2d feat(build): support bun.lock in Wails frontend builds
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 17:42:16 +00:00
Virgil
95b50bdefa fix(build): honor project name in go builds 2026-04-01 17:30:17 +00:00
Virgil
7ccab3d364 feat(build): detect Deno frontends in discovery 2026-04-01 17:23:22 +00:00
Virgil
da26bfc695 feat(build): detect nested Wails frontend manifests 2026-04-01 16:55:01 +00:00
Virgil
a39ace6c43 feat(build): support nested Wails frontends 2026-04-01 16:46:38 +00:00
Virgil
f7e994382c feat(sdk): render version templates
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 16:43:09 +00:00
Virgil
4e664e62b5 fix(release): restrict checksum artifact matching
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 16:36:40 +00:00
Virgil
ba6ac633ff feat(build): default taskfile builds to host target 2026-04-01 16:29:30 +00:00
Virgil
8091a1186f fix(build): propagate env to wails builds 2026-04-01 16:17:27 +00:00
Virgil
d7a5d141dd fix(build): avoid mutating wails v3 config 2026-04-01 16:13:49 +00:00
Virgil
a79201c004 feat(build): default go builder to host target 2026-04-01 16:08:51 +00:00
Virgil
5a7973d086 fix(build): propagate build env to external builders 2026-04-01 16:02:09 +00:00
Virgil
b59e6e35ff feat(release): publish raw platform artifacts 2026-04-01 15:53:44 +00:00
Virgil
47dcc3dc93 feat(build): support zip archive format 2026-04-01 15:37:51 +00:00
Virgil
2f41d65254 feat(api): support all build project types
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 15:32:08 +00:00
Virgil
3f32f3e783 feat(build): add docker load mode 2026-04-01 15:24:33 +00:00
Virgil
28e603aff5 feat(build): support configurable Go build tags
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 15:12:09 +00:00
Virgil
f3111433e5 fix(build): propagate taskfile output dir
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 14:41:36 +00:00
Virgil
25f6faea12 feat(build): detect LinuxKit YAML configs 2026-04-01 14:35:36 +00:00
Virgil
4f3bd86086 fix(build): detect mkdocs yaml files 2026-04-01 14:27:59 +00:00
Virgil
15394260fc fix(build): pass configured env into Taskfile builds 2026-04-01 14:20:05 +00:00
Virgil
578fb9f968 fix(build): expose target context in GoBuilder 2026-04-01 14:08:25 +00:00
Virgil
ea051a3c25 feat(build): support configurable archive compression 2026-04-01 13:58:56 +00:00
Virgil
94d8ea7e55 fix(build): preserve config defaults on load 2026-04-01 13:52:51 +00:00
Virgil
ca2b00323b fix(build): default GoBuilder output dir
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 13:46:32 +00:00
Virgil
a64e15f50d fix(build): honor project binary in GoBuilder 2026-04-01 13:43:00 +00:00
Virgil
05ac67c596 feat(build): emit ci artifact metadata 2026-04-01 13:37:31 +00:00
Virgil
6f18da95a9 fix(release): sign checksum files in release builds 2026-04-01 13:30:33 +00:00
Virgil
d77021caa7 fix(build): use host platform for docker fallback targets 2026-04-01 13:24:35 +00:00
Virgil
520312b708 feat(sdk): validate OpenAPI specs 2026-04-01 13:17:59 +00:00
Virgil
ac64a6ec7a Add Go build version propagation 2026-04-01 13:11:27 +00:00
Virgil
6792c37a9d feat(build): accept mkdocs.yaml 2026-04-01 13:07:18 +00:00
Virgil
9e09f022a9 feat(build): wire cache paths into go builds
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 12:59:08 +00:00
Virgil
7236a81419 build: include fallback project types in discovery 2026-04-01 12:53:36 +00:00
Virgil
15f675f27d fix(release): discover tar.xz artifacts
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 12:48:25 +00:00
Virgil
ebebfd2155 fix(build): emit docker tarball artifacts 2026-04-01 12:40:30 +00:00
Virgil
e66220f493 Wire build config through to Docker and LinuxKit 2026-04-01 12:29:48 +00:00
Virgil
32a64aa00b feat(build): wire build cache setup 2026-04-01 12:24:03 +00:00