Build with Github Actions - lulzbot3d/CuraLE GitHub Wiki

Building with GitHub Actions

This page shows how to create builds for some common scenarios.

Building Latest Main

This will create a build for the most up to date (unstable) version of CuraLE. These are the default options.

Latest Build Image

Building Latest Stable

This will create a build for the latest stable version of CuraLE. If 5.3 is the latest version, this will be built from the branch origin/5.3 for CuraLE and all of its dependencies.

Stable Build Image

Building CuraLE for a Specific Ticket

If you would like to build CuraLE for a specific ticket number, as long as the branches for this ticket have been named CURA-XXXX_XXXXXXX.

Ticket Build Image

Building a Dependency for a Specific Ticket

If you would like to build, for example, CuraLE and UraniumLE for a specific ticket, you will need to override the requirement.

Requirement Build Image