-
Hi @Conan-Kudo,
This is an issue to discuss the implementation of an automated cauldron build as being discussed in issue #12 .
As I mentioned on that issue, pushing cauldron images on a period…
-
A helper should be added to automatically build dev snapshots every week.
-
Setup workflows through GitHub actions which automatically build the desktop versions and upload them to a release whenever a tag (beginning with the letter v, as all the current tags seem to be) is c…
-
When we release a new weekly version of Holochain, we don't know what breaks in:
- The JS client
- The Rust client
- Tryorama
- Wind Tunnel
Until somebody complains or we go to manually check i…
-
with the `dev` branch gone, only releases (tags) are built automatically.
pushes to main and PRs should be built aswell to catch severe errors immediately.
-
Now that atlas is not taking care of the builds automatically for us anymore, we need a new way to automate the building of the boxes. The CI needs to support VirtualBox and ideally other hypervisors …
-
This issue is used to trigger actions to build pkg binaries using github actions.
Usage:
arch: arm32v7 | arm64
node: node (e.g. `node12`)
os: linux | alpine
-
Currently, using the program requires the user to clone the repo and run/build from source. I want to use CI/CD to automatically build executables
- Target platforms are Windows (x64 minimum, maybe…
-
### Description 📓
Set up the CI/CD pipelines for ARW. SDLC requirements are highlighted in the [SDD](https://github.com/kartoza/kartoza-devops/blob/main/docs/sdd/app-0024/solution-design-app-0024.md)…
-
Hi again!
Thanks for your installer, I hijacked it some time ago, and now I've made automated builds in GitHub with GitHub Actions. So you only need to create a tag like "v1.2.3.4", push the tag to…