cli/pkg/build
Snider ad05899e9b chore(io): Migrate pkg/build to Medium abstraction (final fix)
- Improved io.Local to handle relative paths relative to CWD when rooted at "/".
- This makes io.Local a drop-in replacement for the 'os' package for most use cases.
- Ensured absolute paths are used in build logic and tests where appropriate.
- Fixed formatting and cleaned up debug prints.
2026-02-04 14:46:04 +00:00
..
buildcmd chore(io): Migrate pkg/build to Medium abstraction (final fix) 2026-02-04 14:46:04 +00:00
builders chore(io): Migrate pkg/build to Medium abstraction (fix CI) 2026-02-04 14:30:57 +00:00
signing chore(io): Migrate pkg/build to Medium abstraction 2026-02-04 14:23:46 +00:00
testdata feat(build): implement core build system with cross-compilation 2026-01-28 17:59:02 +00:00
archive.go chore(io): Migrate pkg/build to Medium abstraction 2026-02-04 14:23:46 +00:00
archive_test.go chore(io): Migrate pkg/build to Medium abstraction 2026-02-04 14:23:46 +00:00
build.go chore(io): Migrate pkg/build to Medium abstraction 2026-02-04 14:23:46 +00:00
checksum.go chore(io): Migrate pkg/build to Medium abstraction 2026-02-04 14:23:46 +00:00
checksum_test.go chore(io): Migrate pkg/build to Medium abstraction 2026-02-04 14:23:46 +00:00
config.go chore(io): Migrate pkg/build to Medium abstraction 2026-02-04 14:23:46 +00:00
config_test.go chore(io): Migrate pkg/build to Medium abstraction (fix CI) 2026-02-04 14:30:57 +00:00
discovery.go chore(io): Migrate pkg/build to Medium abstraction 2026-02-04 14:23:46 +00:00
discovery_test.go chore(io): Migrate pkg/build to Medium abstraction (fix CI) 2026-02-04 14:30:57 +00:00