File tree Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Expand file tree Collapse file tree 1 file changed +2
-28
lines changed Original file line number Diff line number Diff line change @@ -51,32 +51,6 @@ Make sure you have Docker installed on your system.
5151
5252 Once the process completes, the ISO will be available in the ` out/ ` directory within your local folder as ` Arch.iso ` .
5353
54- ### Dockerfile Used for Local Builds
55-
56- The following ` Dockerfile ` is used to build the ISO locally:
57-
58- ``` Dockerfile
59- # Use the official Arch Linux image as the base
60- FROM archlinux:latest
61-
62- # Update system and install necessary packages
63- RUN pacman -Syu --noconfirm && \
64- pacman -S --noconfirm git archiso grub
65-
66- # Create a directory for the workspace
67- WORKDIR /workdir
68-
69- # Copy the entire repository into the container
70- COPY . .
71-
72- # Set the output directory as a volume so you can retrieve the ISO later
73- VOLUME /workdir/out
74-
75- # The default command just keeps the container running
76- CMD [ "sleep" , "infinity" ]
77- ```
78-
79- ---
8054
8155## How to Use GitHub Actions (Automated Workflow)
8256
@@ -103,8 +77,8 @@ The GitHub Actions workflow automatically builds and releases the ISO. Here’s
10377
10478### How to Trigger the GitHub Workflow
10579
106- 1 . ** Run the workflow manually ** :
107- You can run the workflow manually by going to ** Actions > Build ISO** and clicking on ** Run Workflow** .
80+ 1 . ** Run the workflow** :
81+ You can run the workflow by going to ** Actions > Build ISO** and clicking on ** Run Workflow** .
10882
10983
11084---
You can’t perform that action at this time.
0 commit comments