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

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

10
Containerfile Normal file
View File

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