Skip to content

Commit

Permalink
On release build and publish the deb file
Browse files Browse the repository at this point in the history
  • Loading branch information
edomora97 committed Nov 29, 2019
1 parent 9f103a9 commit ed4563b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
submodules: recursive
- name: Install & Build
run: |
apt update
apt install -yy curl build-essential musl musl-tools python libseccomp-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -t x86_64-unknown-linux-musl -y
sudo apt update
sudo apt install -yy curl build-essential musl musl-tools python libseccomp-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
rustup target add x86_64-unknown-linux-musl
source $HOME/.cargo/env
cargo install cargo-deb
cargo deb --target x86_64-unknown-linux-musl
Expand Down

0 comments on commit ed4563b

Please sign in to comment.