Skip to content

Commit cb40a8a

Browse files
committed
ci: fix image urls
1 parent 0f5ac80 commit cb40a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
runs-on: "ubuntu-latest"
7575

7676
env:
77-
DOWNLOAD_URL: "https://downloads.raspberrypi.org/raspios_lite_arm64_latest.torrent"
78-
HASH_URL: "https://downloads.raspberrypi.org/raspios_lite_arm64_latest.sha256"
77+
DOWNLOAD_URL: "https://downloads.raspberrypi.org/raspios_lite_armhf_latest.torrent"
78+
HASH_URL: "https://downloads.raspberrypi.org/raspios_lite_armhf_latest.sha256"
7979

8080
steps:
8181
- name: "⬇ Checkout"

0 commit comments

Comments
 (0)