ci: rework build
Some checks failed
Build containers / Build and push image (asahi-cosmic, 43) (push) Failing after 1h21m55s

This commit is contained in:
2026-02-22 15:37:25 +01:00
committed by Wesley van Tilburg
parent 71ccffc6a3
commit 462b948cda
7 changed files with 69 additions and 103 deletions

10
Containerfile Normal file
View File

@@ -0,0 +1,10 @@
ARG IMAGE
FROM scratch
COPY images/$IMAGE/manifest.ociarchive /
LABEL containers.bootc 1
ENV container=oci
STOPSIGNAL SIGRTMIN+3
CMD ["/sbin/init"]