Skip to content

Commit

Permalink
switch to debian testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 committed Feb 6, 2025
1 parent b9c1ee7 commit 4c5fa42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Build-Sid:
Build-Testing:
needs: [Create-tag]
runs-on: ubuntu-22.04
steps:
Expand All @@ -319,7 +319,7 @@ jobs:
echo Building $VERSION-$REL
echo "tag=${VERSION}-${REL}" >> $GITHUB_OUTPUT
DOCKER_IMAGE=debian:sid
DOCKER_IMAGE=debian:testing
docker pull ${DOCKER_IMAGE}
docker run \
-t \
Expand All @@ -342,7 +342,7 @@ jobs:
- name: Upload package artifact
uses: actions/upload-artifact@v4
with:
name: linux-T2-${{ steps.build.outputs.tag }}-sid
name: linux-T2-${{ steps.build.outputs.tag }}-testing
path: /tmp/artifacts/*

- name: Release
Expand All @@ -360,7 +360,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Publish:
needs: [Build-Jammy, Build-Noble, Build-Oracular, Build-Bookworm, Build-Sid]
needs: [Build-Jammy, Build-Noble, Build-Oracular, Build-Bookworm, Build-Testing]
runs-on: ubuntu-22.04
steps:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Firstly add the [t2-ubuntu-repo](https://adityagarg8.github.io/t2-ubuntu-repo/)

d) `bookworm` for **Debian 12**

e) `sid` for **Debian unstable**
e) `testing` for **Debian testing**

You can also run `lsb_release -a` to identify your codename.

Expand Down

0 comments on commit 4c5fa42

Please sign in to comment.