From a958fd1fec8f6b0f5fe1bf8944b6b78f937ca282 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Sat, 17 Feb 2024 12:54:28 -0500 Subject: [PATCH] Snap builds are now architecture-independent. (#232) --- README.md | 1 + snapcraft.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 0c6e00f..79ba485 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ For convenience, a web front-end on top of the command-line tool is available at - Color output is disabled if the `NO_COLOR` environment variable is set (see https://no-color.org/). - Fixed parsing of ecdsa-sha2-nistp* CA signatures on host keys. Additionally, they are now flagged as potentially back-doored, just as standard host keys are. - The built-in man page (`-m`, `--manual`) is now available on Docker, PyPI, and Snap builds, in addition to the Windows build. + - Snap builds are now architecture-independent. ### v3.1.0 (2023-12-20) - Added test for the Terrapin message prefix truncation vulnerability ([CVE-2023-48795](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-48795)). diff --git a/snapcraft.yaml b/snapcraft.yaml index ab44474..da0f5ec 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -8,6 +8,9 @@ description: | base: core22 grade: stable confinement: strict +architectures: + - build-on: [amd64] + build-for: [all] apps: ssh-audit: