Fix up changes to the workflow I accidentally up-streamed, and commented out lines I added, restoring original opendronemap/odm docker entries.
My branch remains in the comments for easy toggling on/off for testing as needed.
Ubuntu 20.04 Does not support i386, so attempting to build the Snap for
i386 will either fail or be non-runnable on an i386 Linux distro.
* Disable i386 build in `snapcraftbuild.yml` GitHub Action workflow
* Disable i386 build when testing PRs for consistency
Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
* Swap `tag_match` for `tag-match-latest` (`tag_match` was incorrect `_`
vs `-` anyway)
* Add master branch to builds - this should build master on any merge or
commit and release the Docker image to an `edge` tag. (See [`tag-edge:
true`](https://github.com/crazy-max/ghaction-docker-meta/#inputs))
* Add `upload-artifact` to save the WSL rootfs when building a branch
(master).
Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
* Use newly published action: `diddlesnaps/snapcraft-multiarch-action`
* Upload every push to master to the Snap Store's Edge channel
* Upload every tagged prerelease to the Snap Store's Beta channel
(including release candidates which are also handled below)
* Upload every tagged stable or release candidate release to the Snap
Store's Candidate Channel
Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
* Add build and release workflow to build a Docker container and WSL rootfs tarball.
* Upload the Docker container to Docker Hub.
* Upload the WSL rootfs tarball to GitHub Releases.
Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>