# Functions

getBuildPlatform returns the current build platform for Earthly.
NewEarthlyExecutor creates a new EarthlyExecutor.
WithArtifact is an option for configuring an EarthlyExecutor to output all artifacts contained within the given target to the given path.
No description provided by the author
WithPlatforms is an option for configuring an EarthlyExecutor to run the Earthly target against the given platforms.
WithPrivileged is an option for configuring an EarthlyExecutor to run the Earthly target with elevated privileges.
WithRetries is an option for configuring an EarthlyExecutor with the number of retries to attempt if the Earthly target fails.
WithSatellite is an option for configuring an EarthlyExecutor with the remote satellite to use.
WithSecrets is an option for configuring an EarthlyExecutor with secrets to be passed to the Earthly target.
WithEarthlyArgs is an option for configuring an EarthlyExecutor with additional arguments that will be passed to the Earthly target.

# Structs

EarthlyExecutionResult contains the results of an Earthly execution.
EarthlyExecutor is an Executor that runs Earthly targets.
EarthlySecret represents a secret to be passed to Earthly.

# Type aliases

EarthlyExecutorOption is an option for configuring an EarthlyExecutor.