From 687b882d5e21cf5ff19547ff7133b105c305195f Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 1 May 2024 01:45:59 +0200 Subject: [PATCH] Update snapcraft architecture section --- snap/snapcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 10c33d5..f2e8308 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -20,9 +20,9 @@ description: | base: core24 # the base snap is the execution environment for this snap -architectures: - - build-on: amd64 - - build-on: arm64 +platforms: + amd64: + arm64: confinement: strict # use 'strict' once you have the right plugs and slots