Skip to content

Commit

Permalink
new kernel to solve USB2
Browse files Browse the repository at this point in the history
  • Loading branch information
nberlee committed Feb 5, 2024
1 parent 745e347 commit 5dd08d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.4"
IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.4-1-g7a15b10"

- 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.4"
IMAGER_ARGS: "--system-extension-image ghcr.io/nberlee/rk3588:v1.6.4-1-g7a15b10"

- uses: actions/upload-artifact@v3
with:
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-2-g5e034ec
PKGS ?= v1.6.0-16-gb77ffb7
PKG_KERNEL ?= ghcr.io/nberlee/kernel:v1.6.0-19-g51c088c
PKG_KERNEL ?= ghcr.io/nberlee/kernel:v1.6.0-20-ga3155cc
EXTRAS ?= v1.6.0-1-g113887a
# renovate: datasource=github-tags depName=golang/go
GO_VERSION ?= 1.21
Expand Down

0 comments on commit 5dd08d4

Please sign in to comment.