Skip to content

Commit ec815eb

Browse files
committed
feat: Switch to new shared build system
1 parent 3b0c469 commit ec815eb

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "logomenu@aryan_k"]
55
path = system_files/usr/share/gnome-shell/extensions/logomenu@aryan_k
66
url = https://github.com/frostyard/Logomenu.git
7+
[submodule "shared-build-scripts"]
8+
path = build_files/shared
9+
url = https://github.com/frostyard/shared-build-scripts.git

Containerfile

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,7 @@ RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
3434
--mount=type=cache,dst=/var/log \
3535
--mount=type=tmpfs,dst=/tmp \
3636
/ctx/build && \
37-
rm -rf \
38-
/boot \
39-
/home \
40-
/root \
41-
/srv && \
42-
mkdir /boot && \
43-
mkdir /root && \
44-
mkdir /home && \
45-
mkdir /srv && \
46-
rm -f /etc/machine-id
37+
/ctx/shared/finalize
4738

4839
# DEBUGGING
4940
# RUN apt update -y && apt install -y whois

build_files/shared

Submodule shared added at 9adae7f

0 commit comments

Comments
 (0)