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

[Bug]: CI pipeline broken because of non-existent LXD snap channel #54

Open
NucciTheBoss opened this issue May 13, 2023 · 0 comments
Open

Comments

@NucciTheBoss
Copy link
Owner

The CI pipeline is broken because the 5.9/stable channel for LXD on the Snap Store is no longer available:

image

The setup-lxd action will need to be updated so that it pulls LXD from an available channel on the Snap Store:

- name: Setup LXD test environment provider
uses: canonical/[email protected]
with:
channel: 5.9/stable

I am thinking of using latest/stable since I am not locked into any specific release of LXD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant