fix: use curl+gpg for deadsnakes PPA, arm64 base back to ubuntu:24.04

Ubuntu 26.04 ships Python 3.14, not 3.13. Reverted arm64 to ubuntu:24.04.
Both architectures now add the deadsnakes PPA by fetching the GPG key via
curl and piping through gpg --dearmor — no gpg-agent, safe under QEMU.
Removes the per-arch conditional and ARG TARGETARCH dependency in RUN commands.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 04:36:12 +00:00
co-authored by Claude Sonnet 4.6
parent 57915c67fc
commit 7bd66c4218
4 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "winnow"
version = "0.2.6"
version = "0.2.7"
description = "Immich to Frigate training sets"
license = "MIT"
requires-python = ">=3.13"