Giter VIP home page Giter VIP logo

install-binary-action's Introduction

install-binary-action

This action installs a binary packed into a .tar.gz archive from a given URL.

Inputs

To check all the inputs and their defaults see action.yml file.

binary

Required. Name of the binary to be installed.

version

Required. Version of the binary to be installed.

download_url

Optional. Archive download URL. Can be in template format. Templated variables are ${binary} and ${version}.

tarball_binary_path

Optional. Binary path in the downloaded archive. Can contain wildcards. Can be in template format. Templated variables are ${binary} and ${version}.

smoke_test

Optional. Smoke test to run after the binary is installed. Can be in template format. Templated variables are ${binary} and ${version}.

Outputs

This action doesn't have any outputs.

Example usage

Downloading a Giant Swarm binary with optional inputs left with default values:

- name: Test downloading Giant Swarm binary
  uses: giantswarm/install-binary-action@VERSION
  with:
    binary: "devctl"
    version: "2.0.0"

Downloading an external binary with all optional inputs set:

- name: Test downloading external binary
  uses: giantswarm/install-binary-action@VERSION
  with:
    binary: "semver"
    version: "3.0.0"
    download_url: "https://github.com/fsaintjacques/${binary}-tool/archive/${version}.tar.gz"
    tarball_binary_path: "*/src/${binary}"
    smoke_test: "${binary} --version"

install-binary-action's People

Contributors

dependabot[bot] avatar architectbot avatar kopiczko avatar github-actions[bot] avatar dpostolachi avatar ubergesundheit avatar lolgab avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.