Skip to content

Commit

Permalink
5.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaGarg8 authored Sep 8, 2021
1 parent 4bf82ec commit 12815b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu -o pipefail

## Update docker image tag, because kernel build is using `uname -r` when defining package version variable
# KERNEL_VERSION=$(curl -s https://www.kernel.org | grep '<strong>' | head -3 | tail -1 | cut -d'>' -f3 | cut -d'<' -f1)
KERNEL_VERSION=5.13.14
KERNEL_VERSION=5.13.15
PKGREL=1
#KERNEL_REPOSITORY=git://kernel.ubuntu.com/virgin/linux-stable.git
KERNEL_REPOSITORY=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
Expand Down Expand Up @@ -87,7 +87,7 @@ make olddefconfig
echo "" >"${KERNEL_PATH}"/.scmversion

# Build Deb packages
make -j "$(getconf _NPROCESSORS_ONLN)" deb-pkg LOCALVERSION=-mbp-16x-wifi KDEB_PKGVERSION="$(make kernelversion)-$(get_next_version)"
make -j "$(getconf _NPROCESSORS_ONLN)" deb-pkg LOCALVERSION=-T2-Big-Sur KDEB_PKGVERSION="$(make kernelversion)-$(get_next_version)"

#### Copy artifacts to shared volume
echo >&2 "===]> Info: Copying debs and calculating SHA256 ... "
Expand Down

0 comments on commit 12815b8

Please sign in to comment.