Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Update create_bootstrap.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theycallhermax authored Oct 19, 2023
1 parent e2a9cd7 commit 07228fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
bootstrap-rootfs:
strategy:
matrix:
version: [ "22.04", "23.04" ]
codename: ["jammy", "lunar"]
version: [ "22.04", "23.10" ]
codename: ["jammy", "mantic"]
exclude:
- version: 22.04
codename: lunar
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ steps.tag.outputs.release_tag }}
name: Automated Ubuntu rootfs build - ${{ steps.tag.outputs.release_tag }}
name: Automated Ubuntu RootFS build - ${{ steps.tag.outputs.release_tag }}
body: |
These are completely **unmodified** ubuntu rootfs images for the depthboot builder script.
Please download official isos at https://ubuntu.com/download/
Expand Down

0 comments on commit 07228fd

Please sign in to comment.