Skip to content

Commit ac14e28

Browse files
committed
Add RPi3 series as reusable / virtual targets
1 parent 169a6f1 commit ac14e28

6 files changed

Lines changed: 50 additions & 0 deletions

File tree

board-images/raspberrypi3aplus.png

875 KB
Loading

board-images/raspberrypi3b.png

1.11 MB
Loading

board-images/raspberrypi3bplus.png

945 KB
Loading

board-images/raspberrypicm3.png

562 KB
Loading
828 KB
Loading

release-targets/reusable.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,53 @@ boards:
156156
uses: "rpi4b"
157157
branch: "current"
158158
file_extension: "img.xz"
159+
160+
- board_slug: "raspberrypi3aplus"
161+
board_name: "Raspberry Pi 3A+"
162+
board_vendor: "rpi-foundation"
163+
board_support: "conf"
164+
165+
# The magic: reuse artifact set
166+
uses: "rpi4b"
167+
branch: "current"
168+
file_extension: "img.xz"
169+
170+
- board_slug: "raspberrypi3bplus"
171+
board_name: "Raspberry Pi 3B+"
172+
board_vendor: "rpi-foundation"
173+
board_support: "conf"
174+
175+
# The magic: reuse artifact set
176+
uses: "rpi4b"
177+
branch: "current"
178+
file_extension: "img.xz"
179+
180+
- board_slug: "raspberrypi3b"
181+
board_name: "Raspberry Pi 3B"
182+
board_vendor: "rpi-foundation"
183+
board_support: "conf"
184+
185+
# The magic: reuse artifact set
186+
uses: "rpi4b"
187+
branch: "current"
188+
file_extension: "img.xz"
189+
190+
- board_slug: "raspberrypicm3"
191+
board_name: "Raspberry Pi CM"
192+
board_vendor: "rpi-foundation"
193+
board_support: "conf"
194+
195+
# The magic: reuse artifact set
196+
uses: "rpi4b"
197+
branch: "current"
198+
file_extension: "img.xz"
199+
200+
- board_slug: "raspberrypicm3plus"
201+
board_name: "Raspberry Pi CM3+"
202+
board_vendor: "rpi-foundation"
203+
board_support: "conf"
204+
205+
# The magic: reuse artifact set
206+
uses: "rpi4b"
207+
branch: "current"
208+
file_extension: "img.xz"

0 commit comments

Comments
 (0)