Skip to content

Commit

Permalink
adding metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Leadbeater committed Mar 3, 2020
1 parent 2e254da commit e173a14
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Action for Rust and MUSL

Action provides an environment with stable Rust 1.37, MUSL and x86_64-unknown-linux-musl target. This is based heavily off https://github.com/emk/rust-musl-builder.
Action provides an environment with stable Rust, MUSL and x86_64-unknown-linux-musl target. This is based heavily off https://github.com/emk/rust-musl-builder.
code for the base image from which the Dockerfile derives is here: https://github.com/stevenleadbeater/rust-musl-builder-base
The following static binaries are compiled in to the base image as per the emk/rust-musl-builder repo

Expand Down
11 changes: 11 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Rust MUSL static binary builder for Alpine"
description: "Build a statically linked rust binary compatible with Alpine containers"
author: "Steven Leadbeater <[email protected]>"

branding:
icon: "anchor"
color: "blue"

runs:
using: docker
image: docker://ledsys/rust-musl-builder:0.0.1

0 comments on commit e173a14

Please sign in to comment.