From cd12bb316ab9443916c8fc09c3467c87450dc2ef Mon Sep 17 00:00:00 2001 From: konsthol Date: Sun, 2 Nov 2025 17:05:45 +0200 Subject: [PATCH] Hide those navs, boi! --- .gitea/workflows/release.yaml | 22 ++++++---------------- .gitea/workflows/test.yaml | 2 +- .gitignore | 2 +- app/ui/ui.py | 1 - requirements.txt | 13 ++++++------- 5 files changed, 14 insertions(+), 26 deletions(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index c4d526d..dca2d43 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11' + python-version: '3.14' - name: Install dependencies run: | @@ -53,27 +53,17 @@ jobs: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes docker buildx create --use docker buildx build --platform linux/arm64/v8 -t arm-builder --load --file - . <