Skip to content

Commit

Permalink
chore: update overlays
Browse files Browse the repository at this point in the history
Update overlays.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Aug 9, 2024
1 parent 9dfc7cc commit eab2050
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# syntax = ghcr.io/siderolabs/bldr:v0.3.0
# syntax = ghcr.io/siderolabs/bldr:v0.3.2

format: v1alpha2
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
26 changes: 14 additions & 12 deletions internal/overlays/overlays.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit eab2050

Please sign in to comment.