Skip to content

Commit a659830

Browse files
authored
Bump image version to 2026.1.3 (#2381)
[Release notes for 2026.1.3](https://github.com/PhotonVision/photon-image-modifier/releases/tag/v2026.1.3) - Provisional orange pi 6 plus image builder by @guineawheek in PhotonVision/photon-image-modifier#126 - Install usbtop to images by @samfreund in PhotonVision/photon-image-modifier#129 - Shrunk our Rubik Pi 3 image by @crschardt in PhotonVision/photon-image-modifier#128 This PR includes a downsized Rubik Pi image and usbtop shipped with the image for debugging. It also adds the opi6 image (note no OD support yet; platform is detected as a generic arm64 target).
1 parent 6b6e2c3 commit a659830

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
IMAGE_VERSION: v2026.1.2
13+
IMAGE_VERSION: v2026.1.3
1414

1515
jobs:
1616

@@ -550,6 +550,12 @@ jobs:
550550
plat_override: LINUX_RK3588_64
551551
image_url: https://github.com/PhotonVision/photon-image-modifier/releases/download/$IMAGE_VERSION/photonvision_rock5c.img.xz
552552
minimum_free_mb: 1024
553+
- os: ubuntu-24.04-arm
554+
artifact-name: LinuxArm64
555+
image_suffix: orangepi6plus
556+
plat_override: LINUX_AARCH64
557+
image_url: https://github.com/PhotonVision/photon-image-modifier/releases/download/$IMAGE_VERSION/photonvision_opi6plus.img.xz
558+
minimum_free_mb: 1024
553559
- os: ubuntu-24.04-arm
554560
artifact-name: LinuxArm64
555561
image_suffix: rubikpi3

0 commit comments

Comments
 (0)