You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using a self-hosted Github runner which runs inside a lxc container and I need to use the --destructive-mode argument for snapcraft.
Is this something that could be supported by this action or I'm I better of installing snapcraft and running snapcraft with individual steps?
The text was updated successfully, but these errors were encountered:
The value add of this action is configuring the VM so that Snapcraft can perform the build in an LXD container. If you were going to do a --destructive-mode build, you might be better off just calling Snapcraft directly.
I'm currently using a self-hosted Github runner which runs inside a lxc container and I need to use the
--destructive-mode
argument for snapcraft.Is this something that could be supported by this action or I'm I better of installing snapcraft and running snapcraft with individual steps?
The text was updated successfully, but these errors were encountered: