Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lxd: Cherry-pick fix for conversion (latest-candidate) #645

Merged
merged 1 commit into from
Dec 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down