From c63c4a712be1ddae051c806a17171d661d352ff8 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Mon, 6 Jul 2026 16:47:42 -0400 Subject: [PATCH] Downgraded Snap base from core26 to core24 due to packaging errors. --- snapcraft.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 651a366..b545c76 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -13,11 +13,12 @@ source-code: - https://github.com/jtesta/ssh-audit website: - https://github.com/jtesta/ssh-audit -base: core26 +#base: core26 +base: core24 grade: stable confinement: strict platforms: - all: + multi: build-on: [amd64] build-for: [all] @@ -29,5 +30,5 @@ apps: parts: ssh-audit: plugin: python - stage-packages: [python3.14, python3.14-venv] + #stage-packages: [python3.14, python3.14-venv] source: .