Fix cache issue by updating service worker strategy and remove GitHub workflows
All checks were successful
Build MIPS Binary / build (push) Successful in 3m44s

This commit is contained in:
spinline
2026-02-07 13:41:00 +03:00
parent 767077195a
commit f2ca741188
3 changed files with 142 additions and 189 deletions

View File

@@ -16,6 +16,8 @@ RUN apt-get update && apt-get install -y \
xz-utils \
libssl-dev \
pkg-config \
file \
jq \
# Needed for some crate compilations
protobuf-compiler \
&& rm -rf /var/lib/apt/lists/*