Skip to content

Commit e58fb5d

Browse files
committed
Auto merge of #2912 - JohnTitor:s390x-image-bump, r=JohnTitor
Update s390x installer to 20220914 Signed-off-by: Yuki Okushi <jtitor@2k36.org> r? `@ghost`
2 parents 666ad57 + 128b9c0 commit e58fb5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/linux-s390x.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ mkdir -m 777 /qemu
66
cd /qemu
77

88
curl --retry 5 -LO https://github.com/qemu/qemu/raw/master/pc-bios/s390-ccw.img
9-
curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20210731/images/generic/kernel.debian
10-
curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20210731/images/generic/initrd.debian
9+
curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20220914/images/generic/kernel.debian
10+
curl --retry 5 -LO http://ftp.debian.org/debian/dists/testing/main/installer-s390x/20220914/images/generic/initrd.debian
1111

1212
mv kernel.debian kernel
1313
mv initrd.debian initrd.gz

0 commit comments

Comments
 (0)