Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ventoy committed Mar 4, 2021
1 parent dbbecbc commit 9e00db1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: mips64el-linux-gnu-musl-gcc7.3.0

on:

workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run docker-compose up
run: docker-compose up
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "mips64el-linux-gnu-musl-gcc7.3.0"
files: output.tar.bz2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN yum -y -q install \
flex libusb gnu-free-* gnu-efi* pesign shim \
zip nasm acpica-tools glibc-static zlib-static

CMD cd /musl/ && ls -l && make >build.log 2>&1 && make install
CMD cd /musl/ && ls -l && make >build.log 2>&1 && make install && tar -cjf output.tar.bz2 ./output

0 comments on commit 9e00db1

Please sign in to comment.