File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
board/aarch64/raspberrypi-rpi64 Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ jobs:
1616 fail-fast : false
1717 matrix :
1818 defconfig :
19- - fireant_boot
20- - cn9130_crb_boot
2119 - aarch64_qemu_boot
22- - rpi4_boot
2320 - bpi_r3_boot
21+ - cn9130_crb_boot
22+ - fireant_boot
23+ - nanopi_r2s_boot
24+ - rpi64_boot
2425 env :
2526 MAKEFLAGS : -j5
2627 steps :
Original file line number Diff line number Diff line change 5454 run : |
5555 case "${{ inputs.board }}" in
5656 raspberrypi-rpi64)
57- echo "BOOTLOADER=rpi4_boot " >> $GITHUB_ENV
57+ echo "BOOTLOADER=rpi64_boot " >> $GITHUB_ENV
5858 echo "TARGET=aarch64" >> $GITHUB_ENV
5959 ;;
6060 bananapi-bpi-r3)
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ admin@example:/>
5151
5252### Pre-built images
5353
54- Pre-built SD card images are available here: [ infix-rpi4 -sdcard.img] [ sdcard ]
54+ Pre-built SD card images are available here: [ infix-rpi64 -sdcard.img] [ sdcard ]
5555
5656[ 0 ] : https://www.raspberrypi.com/products/raspberry-pi-touch-display/
57- [ 1 ] : https://github.com/kernelkit/infix/releases/download/latest-boot/infix-rpi4 -sdcard.img
57+ [ 1 ] : https://github.com/kernelkit/infix/releases/download/latest-boot/infix-rpi64 -sdcard.img
5858[ 2 ] : https://kernelkit.org/infix/latest/container/#content-mounts
5959[ 3 ] : https://kernelkit.org/infix/latest/scripting-restconf/
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ image var.ext4 {
2929 }
3030}
3131
32- image #INFIX_ID##VERSION#-rpi4 -sdcard.img {
32+ image #INFIX_ID##VERSION#-rpi64 -sdcard.img {
3333 hdimage {
3434 partition-table-type = "hybrid"
3535 }
File renamed without changes.
You can’t perform that action at this time.
0 commit comments