Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Docker Image Build

on:
push:
pull_request:
branches:
- master
paths:
Expand Down Expand Up @@ -103,8 +103,7 @@ jobs:
run: |
uv run python -m tools.image_builder \
--build-target=${{ matrix.board }} \
--service=${{ matrix.service }} \
--push
--service=${{ matrix.service }}

- name: Inspect cache after build
run: |
Expand Down
2 changes: 1 addition & 1 deletion docker/nodejs-install.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% if board in ['pi1', 'pi2'] %}
{% if board in ['pi1', 'pi2', 'pi3', 'pi4'] %}
RUN apt-get update && \
apt-get -y install \
nodejs \
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ requests[security]==2.32.3
tenacity==9.1.2
sh==1.8
six==1.17.0
urllib3==2.6.3
urllib3==2.6.2
wheel==0.38.1
yt-dlp==2025.10.22
2 changes: 1 addition & 1 deletion requirements/requirements.viewer.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ requests[security]==2.32.3
tenacity==9.1.2
sh==1.8
uptime==3.0.1
urllib3==2.6.3
urllib3==2.6.2
Loading