arturo-lang/Arturo Bundler

Bundle Arturo applications as executable binaries

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 27, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: arturo-lang/bundler@856568f0f4c5baf6ee61e9a963abacda3dd4e2d9 # v2.2.3

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
tokenThe GITHUB_TOKEN secret.yes
osTarget OS (linux, windows, macos, freebsd). Defaults to auto-detect from runner.""
archThe architecture to build for. (one of: 'amd64', 'arm64', 'native')native
fromArturo source (stable, latest, master). stable = latest official release, latest = nightly, master = compile from source.stable
entryEntry file for the executable.yes
targetThe name of the final binary.auto
versionThe version - in case you want to include it in the archive names.""
releasePrepare for release.false

no outputs