Skip to content

Commit f85db46

Browse files
authored
Add Raspberry Pi 5 to device list so it shows up on rpi-imager (#16)
1 parent 50e0c3c commit f85db46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/custopize.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
image_size: ${{ steps.package-image.outputs.image_size }}
239239
zip_sha256: ${{ steps.package-image.outputs.zip_sha256 }}
240240
zip_size: ${{ steps.package-image.outputs.zip_size }}
241-
devices: "pi4-32bit,pi3-32bit,pi2-32bit,pi1-32bit"
241+
devices: "pi5-32bit,pi4-32bit,pi3-32bit,pi2-32bit,pi1-32bit"
242242

243243
- name: "🔖 Create release & attach assets"
244244
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)