Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
code

GitHub Action

Setup Buck2

v2

Setup Buck2

code

Setup Buck2

Cross platform Buck2 installation for your workflows. Download Buck2 pre-compiled binaries from the official repository

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Buck2

uses: zadlg/buck2-github-composite-action@v2

Learn more about this action in zadlg/buck2-github-composite-action

Choose a version

buck2-github-composite-action

This repo contains a composite action to download Buck2 pre-built binaries from the official repository.

Inputs

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'