Marcos Alano
Marcos Alano
@ahmetb The process to get (or not) the final approval for classic confinement is almost done. I already submitted a version with the classic confinement to the store, and I...
@ahmetb Everything is now in place. I got the approval I needed, and now the PR is complete. We can discuss further how to deploy Snaps automagically as part of...
We can use GitHub Actions. Do you already use it to publish the assets?
We need the command `snapcraft` in the PATH of builder (container or VM) so it can build the Snapcraft. I will look about more details how to add a step...
I sent to your email an invitation to manage with me the Snap in the Snap Store. [Here](https://snapcraft.io/kubectx/builds) there is a build system in place integrated with GitHub, but the...
[Here](https://github.com/marketplace/actions/snapcraft-action) it is a very interesting page about a GitHub Action that could solve the problem. What do you think?
@ahmetb I added a commit that adds the Snapcraft to the build system, and now it's building correctly. I just got a problem with bats execution in my local machine...
I think it's done. You will need to create an Ubuntu SSO account and to install `snapcraft` tool to get the token with this command: ``` snapcraft export-login --snaps kubectx...
@ahmetb I really like the way we are going to. I think the use of Goreleaser is a nice approach and in the future we could have packaging for other...
> > I just got a problem with bats execution in my local machine because absence of assets. > > you should be able to run `bats` locally or in...