diff --git a/.github/workflow_config.yml b/.github/workflow_config.yml index 1e6b40b30..4735ab8d3 100644 --- a/.github/workflow_config.yml +++ b/.github/workflow_config.yml @@ -20,6 +20,7 @@ buildtest: - armbian/orangepi3lts - armbian/orangepi4lts - armbian/orangepi_zero2 + - armbian/orangepi_zero2w # Orange Pi OS based images # Raspberry Pi OS based images - raspberry/rpi32 diff --git a/config/armbian/orangepi_zero2w b/config/armbian/orangepi_zero2w new file mode 100644 index 000000000..affddb1c9 --- /dev/null +++ b/config/armbian/orangepi_zero2w @@ -0,0 +1,21 @@ +#!/usr/bin/env bash +# Shebang for better file detection +# shellcheck enable=require-variable-braces + +BASE_ARCH="arm64" + +# Image source +DOWNLOAD_URL_CHECKSUM="${DOWNLOAD_BASE_URL}/armbian-orangepi_zero2w_bookworm.img.xz.sha256" +DOWNLOAD_URL_IMAGE="${DOWNLOAD_BASE_URL}/armbian-orangepi_zero2w_bookworm.img.xz" + +# export Variables +export BASE_ARCH +export DOWNLOAD_URL_CHECKSUM +export DOWNLOAD_URL_IMAGE + +### JSON sniplet Setup +### NOTE: Please see all config files for setup variables!!! +# shellcheck disable=SC2034 +JSON_PRETTY_SBC_NAME="Orange Pi Zero2W" +# shellcheck disable=SC2034 +JSON_SUPPORTED_SBC="orangepizero2w-64bit"