From eab2050382724b95da407cd8d760ff21d94687c0 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Fri, 9 Aug 2024 18:18:31 +0530 Subject: [PATCH] chore: update overlays Update overlays. Signed-off-by: Noel Georgi --- .github/workflows/ci.yaml | 4 ++-- Makefile | 4 ++-- Pkgfile | 2 +- README.md | 1 + internal/overlays/overlays.yaml | 26 ++++++++++++++------------ 5 files changed, 20 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c282b93..79fab78 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-07-05T10:23:05Z by kres 8c8b007. +# Generated on 2024-08-08T15:42:07Z by kres dbf015a. name: default concurrency: @@ -31,7 +31,7 @@ jobs: if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) services: buildkitd: - image: moby/buildkit:v0.14.1 + image: moby/buildkit:v0.15.1 options: --privileged ports: - 1234:1234 diff --git a/Makefile b/Makefile index c172164..2a075e5 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-07-05T10:23:05Z by kres 8c8b007. +# Generated on 2024-08-08T15:42:07Z by kres dbf015a. # common variables @@ -25,7 +25,7 @@ SOURCE_DATE_EPOCH := $(shell git log $(INITIAL_COMMIT_SHA) --pretty=%ct) # sync bldr image with pkgfile -BLDR_RELEASE := v0.3.1 +BLDR_RELEASE := v0.3.2 BLDR_IMAGE := ghcr.io/siderolabs/bldr:$(BLDR_RELEASE) BLDR := docker run --rm --user $(shell id -u):$(shell id -g) --volume $(PWD):/src --entrypoint=/bldr $(BLDR_IMAGE) --root=/src diff --git a/Pkgfile b/Pkgfile index 7dcd3ac..f29ff62 100644 --- a/Pkgfile +++ b/Pkgfile @@ -1,3 +1,3 @@ -# syntax = ghcr.io/siderolabs/bldr:v0.3.0 +# syntax = ghcr.io/siderolabs/bldr:v0.3.2 format: v1alpha2 diff --git a/README.md b/README.md index 2b63b9e..7cfa797 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ The list of available overlays can be found in the [Overlays Catalog](#overlays- | rockpi4c | Rock Pi 4C | [sbc-rockchip](https://github.com/siderolabs/sbc-rockchip) | | rock4cplus | Radxa ROCK 4C+ | [sbc-rockchip](https://github.com/siderolabs/sbc-rockchip) | | rock4se | Radxa ROCK 4SE | [sbc-rockchip](https://github.com/siderolabs/sbc-rockchip) | +| helios64 | Kobol Helios64 | [sbc-rockchip](https://github.com/siderolabs/sbc-rockchip) | | jetson_nano | Jetson Nano | [sbc-jetson](https://github.com/siderolabs/sbc-jetson) | | bananapi_m64 | BananaPi M64 | [sbc-allwinner](https://github.com/siderolabs/sbc-allwinner) | | libretech_all_h3_cc_h5 | LibreTech H3 CC H5 | [sbc-allwinner](https://github.com/siderolabs/sbc-allwinner) | diff --git a/internal/overlays/overlays.yaml b/internal/overlays/overlays.yaml index 7f27931..b673208 100644 --- a/internal/overlays/overlays.yaml +++ b/internal/overlays/overlays.yaml @@ -1,25 +1,27 @@ overlays: - name: rpi_generic - image: ghcr.io/siderolabs/sbc-raspberrypi:v0.1.0-beta.1 + image: ghcr.io/siderolabs/sbc-raspberrypi:v0.1.0-beta.2 - name: rockpi4 - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.3 - name: rockpi4c - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.3 - name: rock4cplus - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.3 - name: rock4se - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.3 - name: nanopi-r4s - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.3 - name: rock64 - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.3 - name: orangepi-r1-plus-lts - image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.2 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.3 + - name: helios64 + image: ghcr.io/siderolabs/sbc-rockchip:v0.1.0-beta.3 - name: jetson_nano - image: ghcr.io/siderolabs/sbc-jetson:v0.1.0-beta.0 + image: ghcr.io/siderolabs/sbc-jetson:v0.1.0-beta.1 - name: bananapi_m64 - image: ghcr.io/siderolabs/sbc-allwinner:v0.1.0-beta.0 + image: ghcr.io/siderolabs/sbc-allwinner:v0.1.0-beta.1 - name: libretech_all_h3_cc_h5 - image: ghcr.io/siderolabs/sbc-allwinner:v0.1.0-beta.0 + image: ghcr.io/siderolabs/sbc-allwinner:v0.1.0-beta.1 - name: pine64 - image: ghcr.io/siderolabs/sbc-allwinner:v0.1.0-beta.0 + image: ghcr.io/siderolabs/sbc-allwinner:v0.1.0-beta.1