File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,13 @@ jobs:
17
17
- name : Checkout code
18
18
uses : actions/checkout@v3
19
19
20
- - name : List repository files for debugging
21
- run : |
22
- ls -R $GITHUB_WORKSPACE
23
-
24
20
- name : Set up Docker Buildx
25
21
uses : docker/setup-buildx-action@v3
26
22
27
23
- name : Increase Available Disk Space
28
24
run : |
29
25
mkdir -p /tmp/temp && sudo mount -t tmpfs -o size=10G tmpfs /tmp/temp
30
26
31
- - name : Restore Pacman cache
32
- uses : actions/cache@v3
33
- with :
34
- path : /var/cache/pacman/pkg
35
- key : pacman-cache-${{ runner.os }}-${{ hashFiles('**/profile') }}
36
- restore-keys : |
37
- pacman-cache-${{ runner.os }}
38
-
39
27
- name : Build SunnyOS ISO
40
28
run : |
41
29
docker run --rm --privileged \
51
39
with :
52
40
name : sunnyos-iso
53
41
path : /tmp/temp/out/*.iso
54
-
55
- - name : Save Pacman cache
56
- uses : actions/cache@v3
57
- with :
58
- path : /var/cache/pacman/pkg
59
- key : pacman-cache-${{ runner.os }}-${{ hashFiles('**/profile') }}
You can’t perform that action at this time.
0 commit comments