Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zadlg/buck2-github-composite-action
GitHub composite action for downloading Buck2 releases.
https://github.com/zadlg/buck2-github-composite-action
action actions buck2 buck2build composite-action
Last synced: 22 days ago
JSON representation
GitHub composite action for downloading Buck2 releases.
- Host: GitHub
- URL: https://github.com/zadlg/buck2-github-composite-action
- Owner: zadlg
- Created: 2024-02-16T14:30:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-19T16:25:15.000Z (11 months ago)
- Last Synced: 2024-11-01T14:43:43.605Z (2 months ago)
- Topics: action, actions, buck2, buck2build, composite-action
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# buck2-github-composite-action
This repo contains a [composite action] to download [Buck2] pre-built binaries
from the [official repository].## Inputs
```yaml
inputs:
release-tag:
description: 'Release tag'
required: true
default: '2024-02-15'
arch:
description: 'Architecture'
required: true
default: 'x86_64'
platform:
description: 'Platform'
required: true
default: 'unknown-linux-gnu'
sha384:
description: 'SHA384'
required: true
default: '1442f2b6c1dfe0071a6c0cf3d3038e5b2b1488593555f60371c5fd1efa6d6fc4a4dc880203ddce699ba2100ce18092d7'
output-path:
description: 'Output path'
required: true
default: '/usr/bin/buck2'
```[composite action]: https://docs.github.com/en/actions/creating-actions/about-custom-actions#composite-actions
[Buck2]: https://buck2.dev/
[official repository]: https://github.com/facebook/buck2/releases