Skip to content

Commit

Permalink
Build: Alpine (musl) builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jan 11, 2022
1 parent 63c61f7 commit fd7451a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/alpine/build-all-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ mv ./tree/rebol/Rebol/build/rebol3-bulk-linux-x64 /out/rebol3-bulk-linux-x64-mus
chmod a+x /out/rebol3-base-linux-x64-musl
chmod a+x /out/rebol3-core-linux-x64-musl
chmod a+x /out/rebol3-bulk-linux-x64-musl
gzip -9 /out/rebol3-base-linux-x64-musl
gzip -9 /out/rebol3-core-linux-x64-musl
gzip -9 /out/rebol3-bulk-linux-x64-musl
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: Rebol-64bit-Linux-${{github.run_id}}
name: Rebol-64bit-Linux-musl-${{github.run_id}}
path: .github/workflows/alpine/*.gz


Expand Down

0 comments on commit fd7451a

Please sign in to comment.