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 5a6f29c commit f820598
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Build-Sid:
Build-Testing:
needs: [Create-tag]
runs-on: ubuntu-latest
steps:
Expand All @@ -329,7 +329,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 @@ -352,7 +352,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 @@ -370,7 +370,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-latest
steps:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apt-get update
apt-get install -y lsb-release

KERNEL_VERSION=6.12.12
PKGREL=1
PKGREL=2
DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs)
CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)

Expand Down

0 comments on commit f820598

Please sign in to comment.