Skip to content

Commit efd2669

Browse files
testing
1 parent 91410c5 commit efd2669

8 files changed

Lines changed: 34 additions & 36 deletions

File tree

.github/workflows/update-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Example_Update_Image
1+
name: New_Image_Workflow
22

33
on:
44
push:
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false # Don't fail all if any of the jobs is failing
1313
matrix:
14-
TARGET: [rock5a] # <-- Add targets here!
14+
TARGET: [rock5a,rpck5b,zero3w,] # <-- Add targets here!
1515
steps:
1616
- name: Maximize build space
1717
uses: easimon/maximize-build-space@master

images/radxa-cm3

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
BASE_IMAGE_URL="https://github.com/radxa-build/radxa-cm3-rpi-cm4-io/releases/download/b15/"
2-
BASE_IMAGE="radxa-cm3-rpi-cm4-io_debian_bullseye_xfce_b15.img.xz"
3-
BASE_IMAGE_SHA256="b4663a9c9f651194c21ca5c9a083f6e042dc6635e573fff98c65d00eaea0af67"
1+
BASE_IMAGE_URL="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6"
2+
BASE_IMAGE="OpenHD-image-radxa-cm3--release-06-26-2024-00-28-55.img.xz"
3+
BASE_IMAGE_SHA256="36e5c95544de75236a92e7947364f29fd58e7fdcf1acb26deac12c3b9fa9954b"
44
OS="radxa-debian-rock-cm3"
55
DISTRO="bullseye"
66
HAVE_BOOT_PART=false
77
HAVE_CONF_PART=true
8-
CONF_PART=2
8+
CONF_PART=1
99
ROOT_PART=3
1010
BIT="64"

images/radxa-zero3w

Lines changed: 0 additions & 10 deletions
This file was deleted.

images/radxa-zero3w_base

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
BASE_IMAGE_URL="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6"
2+
BASE_IMAGE="OpenHD-image-radxa-zero3w--release-06-26-2024-00-28-55.img.xz"
3+
BASE_IMAGE_SHA256="36e5c95544de75236a92e7947364f29fd58e7fdcf1acb26deac12c3b9fa9954b"
4+
OS="radxa-debian-rock-cm3"
5+
DISTRO="bullseye"
6+
HAVE_BOOT_PART=false
7+
HAVE_CONF_PART=true
8+
CONF_PART=1
9+
ROOT_PART=3
10+
BIT="64"

images/rock5a

Lines changed: 0 additions & 10 deletions
This file was deleted.

images/rock5a_base

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
BASE_IMAGE_URL="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6"
2+
BASE_IMAGE="OpenHD-image-rock5a--release-06-26-2024-00-29-36.img.xz"
3+
BASE_IMAGE_SHA256="b4d349ca55fc1d6dcfefeb33ae106471d1ed8e9fe5ed61baa109b7d9ff8a1fe9"
4+
OS="radxa-debian-rock5a"
5+
DISTRO="bullseye"
6+
HAVE_BOOT_PART=false
7+
HAVE_CONF_PART=false
8+
ROOT_PART=2
9+
BIT="64"

images/rock5b

Lines changed: 0 additions & 10 deletions
This file was deleted.

images/rock5b_base

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
BASE_IMAGE_URL="https://fra1.digitaloceanspaces.com/openhd-images/Downloader/release/2.6"
2+
BASE_IMAGE="OpenHD-image-rock5b--release-06-26-2024-00-29-36.img.xz"
3+
BASE_IMAGE_SHA256="b4d349ca55fc1d6dcfefeb33ae106471d1ed8e9fe5ed61baa109b7d9ff8a1fe9"
4+
OS="radxa-debian-rock5b"
5+
DISTRO="bullseye"
6+
HAVE_BOOT_PART=false
7+
HAVE_CONF_PART=false
8+
ROOT_PART=2
9+
BIT="64"

0 commit comments

Comments
 (0)