action-build icon indicating copy to clipboard operation
action-build copied to clipboard

A Github action for building Snapcraft projects

Results 11 action-build issues
Sort by recently updated
recently updated
newest added

Environment variable in action-build. I want to be able to pass environment variable that I define in workflow. like secrets or other environment variable that define in: ```yaml env: ENV1:...

I don't know why #39 was closed but the issue still persists. And even this repo's CI [1] fails running on 22.04. Any ideas why this is happening? [1] https://github.com/snapcore/action-build/runs/7064821398

Hi, After successfully completing and snapping the action gets stuck (for a lack of a better word) and is eventually timed out. This looks like the snapcraft process is waiting...

the badge ![](https://github.com/snapcore/action-build/workflows/build-test/badge.svg) is a lie! catch ye errors earlier (related: #25)

I'm packaging an electron app, which use `electron-builder` as the builder/packager. There is no `snap/snapcraft.yaml`, all the snap settings are put in `build.snap` section of `package.json` file. To build the...

Bumps [undici](https://github.com/nodejs/undici) from 5.26.5 to 5.28.4. Release notes Sourced from undici's releases. v5.28.4 :warning: Security Release :warning: Fixes https://github.com/nodejs/undici/security/advisories/GHSA-m4v8-wqvr-p9f7 CVE-2024-30260 Fixes https://github.com/nodejs/undici/security/advisories/GHSA-9qxr-qj54-h672 CVE-2024-30261 Full Changelog: https://github.com/nodejs/undici/compare/v5.28.3...v5.28.4 v5.28.3 ⚠️ Security Release...

dependencies

For a multi-arch snap, we've switched to building it on launchpad using `snapcraft remote-build`. It would be nice if we could keep using this action, though. For more context: https://github.com/snapcrafters/signal-desktop/pull/181

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...

There is an official Docker image for `snapcraft` https://snapcraft.io/docs/snapcraft-docker-images Using it as an official [docker container action](https://docs.github.com/en/actions/creating-actions/about-custom-actions#docker-container-actions) will make the image more maintainable and will allow to build snaps on...

## Description In checkbox we use this action to trigger [remote builds](https://github.com/canonical/checkbox/blob/main/.github/workflows/checkbox-core-snap-daily-builds.yml#L66) via snapcraft. Right now we don't get any failure out of it even when it actually should fail...