snapcraft-multiarch-action icon indicating copy to clipboard operation
snapcraft-multiarch-action copied to clipboard

Results 6 snapcraft-multiarch-action issues
Sort by recently updated
recently updated
newest added

### What changes would you like? As far as I understand, this GitHub Action still uses Node.js v16, which is deprecated according to GitHub's blog: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ I suggest updating this...

enhancement

### What happened? Using git inside `override-*:` scriptlets tends to result in: ``` :: fatal: detected dubious ownership in repository at '/data' ``` E.g. https://github.com/MirServer/confined-shell-wip/actions/runs/4425288703/jobs/7760152845 ### What should have happened?...

bug

### What happened? As I was moving from bash to this action, I had quotes around one of the arguments. Snapcraft failed to run, then, because the quotes were escaped:...

bug

### What changes would you like? The only way I've found to `push` from this action is to run it again, with `basename ${{ ...outputs.snap }}`. It would be nice...

enhancement

### What happened? I want able to insert list of environment variable inside the docker container for build the snapcraft. ### What should have happened? I should have an option...

bug

I previously used `snapcore/action-build` to build and it builds Flutter projects successfully. I migrated to `snapcraft-multiarch-action` as I need arm64 builds, but Flutter build seems to be broken: ``` ......