Skip to content

Commit a35d452

Browse files
authored
Merge pull request #86 from OS2borgerPC/update_base_image
Update base image
2 parents adecec5 + 10a7a0d commit a35d452

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_iso.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
id: cache-ubuntu-iso
2222
uses: actions/cache@v3
2323
with:
24-
path: ubuntu-22.04-desktop-amd64.iso
25-
key: ubuntu-iso-${{ runner.os }}-${{ hashFiles('ubuntu-22.04-desktop-amd64.iso') }}
24+
path: ubuntu-22.04.5-desktop-amd64.iso
25+
key: ubuntu-iso-${{ runner.os }}-${{ hashFiles('ubuntu-22.04.5-desktop-amd64.iso') }}
2626
restore-keys: |
2727
ubuntu-iso-${{ runner.os }}-
2828
2929
- name: Download Ubuntu ISO if not cached
3030
if: steps.cache-ubuntu-iso.outputs.cache-hit != 'true'
3131
run: |
32-
wget -O ubuntu-22.04-desktop-amd64.iso https://old-releases.ubuntu.com/releases/jammy/ubuntu-22.04-desktop-amd64.iso
32+
wget -O ubuntu-22.04.5-desktop-amd64.iso https://releases.ubuntu.com/22.04/ubuntu-22.04.5-desktop-amd64.iso
3333
3434
- name: Determine ISO filename
3535
id: get-filename
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Build OS2borgerpc image
4444
run: |
45-
cd image && ./build_os2borgerpc_image.sh ../ubuntu-22.04-desktop-amd64.iso $FILENAME
45+
cd image && ./build_os2borgerpc_image.sh ../ubuntu-22.04.5-desktop-amd64.iso $FILENAME
4646
4747
- name: Upload ISO as an artifact (for non-release events)
4848
if: github.event_name != 'release'

0 commit comments

Comments
 (0)