Skip to content

Commit adecec5

Browse files
authored
Merge pull request #85 from OS2borgerPC/83-github-build-pipepline
Update build_iso.yml
2 parents 6304383 + 0028333 commit adecec5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_iso.yml

Lines changed: 5 additions & 5 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.4-desktop-amd64.iso
25-
key: ubuntu-iso-${{ runner.os }}-${{ hashFiles('ubuntu-22.04.4-desktop-amd64.iso') }}
24+
path: ubuntu-22.04-desktop-amd64.iso
25+
key: ubuntu-iso-${{ runner.os }}-${{ hashFiles('ubuntu-22.04-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.4-desktop-amd64.iso https://releases.ubuntu.com/22.04.4/ubuntu-22.04.4-desktop-amd64.iso
32+
wget -O ubuntu-22.04-desktop-amd64.iso https://old-releases.ubuntu.com/releases/jammy/ubuntu-22.04-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.4-desktop-amd64.iso $FILENAME
45+
cd image && ./build_os2borgerpc_image.sh ../ubuntu-22.04-desktop-amd64.iso $FILENAME
4646
4747
- name: Upload ISO as an artifact (for non-release events)
4848
if: github.event_name != 'release'
@@ -58,4 +58,4 @@ jobs:
5858
upload_url: ${{ github.event.release.upload_url }}
5959
asset_path: ./image/${{ env.FILENAME }}.iso
6060
asset_name: ${{ env.FILENAME }}.iso
61-
asset_content_type: application/octet-stream
61+
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)