Skip to content

Commit

Permalink
new kernel + u-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlee committed Apr 4, 2024
1 parent 6f8d7fd commit 00a1a54
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
USERNAME: ${{ github.actor }}
PLATFORM: linux/arm64
PROGRESS: plain
IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.7"
IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.7-1-g4c38887"

- name: Build an turing-rk1 installer
run: |
Expand All @@ -77,7 +77,7 @@ jobs:
USERNAME: ${{ github.actor }}
PLATFORM: linux/arm64
PROGRESS: plain
IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.7"
IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.7-1-g4c38887"

- uses: actions/upload-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ FROM ${PKG_KERNEL} AS pkg-kernel
FROM --platform=amd64 ${PKG_KERNEL} AS pkg-kernel-amd64
FROM --platform=arm64 ${PKG_KERNEL} AS pkg-kernel-arm64

FROM --platform=arm64 ghcr.io/nberlee/u-boot:v1.6.0-29-g7be6f52-dirty AS pkg-u-boot-arm64
FROM --platform=arm64 ghcr.io/nberlee/u-boot:v1.6.0-32-g3bfb6b8-dirty AS pkg-u-boot-arm64
FROM --platform=arm64 ghcr.io/siderolabs/raspberrypi-firmware:${PKGS} AS pkg-raspberrypi-firmware-arm64

# Resolve package images using ${EXTRAS} to be used later in COPY --from=.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CLOUD_IMAGES_EXTRA_ARGS ?= ""
ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.6.0-3-gae30965
PKGS ?= v1.6.0-27-gdf44f94
PKG_KERNEL ?= ghcr.io/nberlee/kernel:v1.6.0-29-g7be6f52
PKG_KERNEL ?= ghcr.io/nberlee/kernel:v1.6.0-32-g3bfb6b8
EXTRAS ?= v1.6.0-2-g9234398
# renovate: datasource=github-tags depName=golang/go
GO_VERSION ?= 1.21
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.6.22-talos"
DefaultKernelVersion = "6.6.24-talos"

// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"
Expand Down

0 comments on commit 00a1a54

Please sign in to comment.