Skip to content

Commit

Permalink
feat: update kernel config for rpi to improve performance by 3x
Browse files Browse the repository at this point in the history
This updates the pkgs version to pull in a fix for CPU scaling on
raspberry pi. It will be backported to release-0.10 upon merge.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
(cherry picked from commit bb40d6d)
  • Loading branch information
rsmitty committed Apr 16, 2021
1 parent 8ed75c8 commit 54f243c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -11,7 +11,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/talos-systems/tools:v0.5.0
PKGS ?= v0.5.0
PKGS ?= v0.5.0-1-g5dd650b
EXTRAS ?= v0.3.0
GO_VERSION ?= 1.16
GOFUMPT_VERSION ?= v0.1.0
Expand Down

0 comments on commit 54f243c

Please sign in to comment.