Commit Graph

7 Commits

Author SHA1 Message Date
023063327f fix(build): use host resolv.conf in os build chroot (#153)
The resolv.conf that the stage1 os script generates is fine for actual use,
but our GitHub workflows now uses the Step Security hardened runner action.
This action replaces the nameserver so that all lookups go through that,
but because the chroot calls apk add, it needs to contact the internet.
On the GitHub workflows, the OS build currently fails since the hardened
runner cannot access other nameservers.
2024-05-16 08:41:42 +00:00
3d5095c78b krata: reconcile improvements and better kratactl error experience 2024-03-23 07:00:12 +00:00
0191e5b2c1 krata: rework cross-compilation 2024-03-21 21:31:10 +00:00
d54d14c619 os: fix build 2024-03-10 11:39:06 +00:00
a54fa93394 os: fix non-interactive builds 2024-03-10 04:00:44 -07:00
f1eedd1667 workflows: upload os images on build 2024-03-10 00:28:53 +00:00
4894bd9d1c os: build bootable images 2024-03-10 00:22:24 +00:00