arturo-lang/Arturo Bundler
Bundle Arturo applications as executable binaries
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 27, 2026
- License
- MIT
Pinned Snippet
uses: arturo-lang/bundler@856568f0f4c5baf6ee61e9a963abacda3dd4e2d9 # v2.2.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GITHUB_TOKEN secret. | yes | — |
| os | Target OS (linux, windows, macos, freebsd). Defaults to auto-detect from runner. | — | "" |
| arch | The architecture to build for. (one of: 'amd64', 'arm64', 'native') | — | native |
| from | Arturo source (stable, latest, master). stable = latest official release, latest = nightly, master = compile from source. | — | stable |
| entry | Entry file for the executable. | yes | — |
| target | The name of the final binary. | — | auto |
| version | The version - in case you want to include it in the archive names. | — | "" |
| release | Prepare for release. | — | false |
Outputs
no outputs