Skip to content

Commit

Permalink
.github: update 6.1.x URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Dec 12, 2023
1 parent 19cb397 commit 315fa48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
set -euxo pipefail
mkdir -p test/.tmp/debian-kernels/arm64
printf '%s\0' \
linux-image-6.1.0-10-cloud-arm64-unsigned_6.1.38-2_arm64.deb \
linux-image-6.1.0-15-cloud-arm64-unsigned_6.1.66-1_arm64.deb \
| xargs -0 -t -P0 -I {} wget -nd -nv -P test/.tmp/debian-kernels/arm64 ftp://ftp.us.debian.org/debian/pool/main/l/linux/{}
# TODO: Remove this and run the integration tests on the local machine when they pass on 5.15.
Expand All @@ -188,7 +188,7 @@ jobs:
set -euxo pipefail
mkdir -p test/.tmp/debian-kernels/amd64
printf '%s\0' \
linux-image-6.1.0-10-cloud-amd64-unsigned_6.1.38-2_amd64.deb \
linux-image-6.1.0-15-cloud-amd64-unsigned_6.1.66-1_amd64.deb \
| xargs -0 -t -P0 -I {} wget -nd -nv -P test/.tmp/debian-kernels/amd64 ftp://ftp.us.debian.org/debian/pool/main/l/linux/{}
# TODO: Remove this and run the integration tests on the local machine when they pass on 5.15.
Expand Down

0 comments on commit 315fa48

Please sign in to comment.