From 92b1fd05987d118c18d3dec866a2ab4471db94e8 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 1 May 2024 01:51:02 +0200 Subject: [PATCH] Fix snapcraft.yaml? --- snap/snapcraft.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f2e8308..c518257 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -18,11 +18,11 @@ description: | - ArpLookup (https://github.com/georg-jung/ArpLookup) - MIT (https://github.com/georg-jung/ArpLookup/blob/master/LICENSE.txt) - IPAddressRange (https://github.com/jsakamoto/ipaddressrange) - MPL-2.0 (https://github.com/jsakamoto/ipaddressrange/blob/master/LICENSE) -base: core24 # the base snap is the execution environment for this snap +base: core22 # the base snap is the execution environment for this snap -platforms: - amd64: - arm64: +architectures: + - build-on: amd64 + - build-on: arm64 confinement: strict # use 'strict' once you have the right plugs and slots