Skip to content

Commit

Permalink
Add Raspberry Pi 5 to device list so it shows up on rpi-imager
Browse files Browse the repository at this point in the history
  • Loading branch information
guysoft committed Oct 30, 2024
1 parent ae158b5 commit d19c19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/custopize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
image_size: ${{ steps.package-image.outputs.image_size }}
zip_sha256: ${{ steps.package-image.outputs.zip_sha256 }}
zip_size: ${{ steps.package-image.outputs.zip_size }}
devices: "pi4-32bit,pi3-32bit,pi2-32bit,pi1-32bit"
devices: "pi5-32bit,pi4-32bit,pi3-32bit,pi2-32bit,pi1-32bit"

- name: "🔖 Create release & attach assets"
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit d19c19f

Please sign in to comment.