From 5f59e9ab22d8b8f4b5e685ea2159cc691747eb97 Mon Sep 17 00:00:00 2001 From: Sam Freund Date: Sun, 5 Apr 2026 20:56:33 -0500 Subject: [PATCH] bump rubik image (#2424) --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f475a206..502a614ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,6 +10,7 @@ concurrency: cancel-in-progress: true env: + # WHEN BUMPING, UPDATE RUBIK IMAGE TO POINT TO VAR INSTEAD OF BEING HARDCODED IMAGE_VERSION: v2026.1.3 jobs: @@ -560,7 +561,8 @@ jobs: artifact-name: LinuxArm64 image_suffix: rubikpi3 plat_override: LINUX_QCS6490 - image_url: https://github.com/PhotonVision/photon-image-modifier/releases/download/$IMAGE_VERSION/photonvision_rubikpi3.tar.xz + # CHANGE BACK TO $IMAGE_VERSION AFTER BUMPING + image_url: https://github.com/PhotonVision/photon-image-modifier/releases/download/v2026.1.4/photonvision_rubikpi3.tar.xz minimum_free_mb: 1024 root_location: 'offset=569376768' shrink_image: 'no'