From df917d0d79b025124674ab2975ef20a3d37e3291 Mon Sep 17 00:00:00 2001 From: Din Music Date: Thu, 5 Dec 2024 13:18:27 +0000 Subject: [PATCH] lxd: Cherry-pick fix for conversion Signed-off-by: Din Music --- snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index db11d6f8..7c6fe799 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1508,6 +1508,7 @@ parts: git config user.name "LXD snap builder" git cherry-pick a014ad5514ee753d602b55ebce6f743a2efdbe5a # lxd/instance/drivers/driver/qemu: Fix nvram file update from 2MB OVMF and CSM mode + git cherry-pick dd7b99ed41424c3e86cf4fbd245648527088de63 # lxd/instance/instance_utils: Fix detection of suitable architecture when LXD is clustered # Setup build environment export GOPATH="$(realpath ./.go)"