kiliansen/ProxyBuild Action
Build command proxy executables with embedded configuration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-file | Path to the proxy configuration file (JSON) | yes | — |
| output-name | Name of the output executable (optional, defaults to <base_command>-proxy) | no | "" |
| go-version | Go version to use | no | 1.24 |
| upload-artifact | Whether to upload the built executable as an artifact | no | true |
| target-os | Target operating system for cross-compilation (e.g., linux, windows, darwin) | no | "" |
| target-arch | Target architecture for cross-compilation (e.g., amd64, arm64) | no | "" |
Outputs
| name | description |
|---|---|
| executable-path | Path to the built executable |
| executable-name | Name of the built executable |