Skip to content

Commit

Permalink
Fix powerpc64 kernel version.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored Mar 15, 2022
1 parent be9e90e commit 84852d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/linux-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ main() {
# there is no stable port
arch=ppc64
# https://packages.debian.org/en/sid/linux-image-powerpc64
kversion='5.16.0-4'
kversion='5.*'
kernel="${kversion}-powerpc64"
libgcc="libgcc-s1"
debsource="deb http://ftp.ports.debian.org/debian-ports unstable main"
Expand Down

0 comments on commit 84852d8

Please sign in to comment.